ee.Image.matrixQRDecomposition
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
تجزیه QR یک ماتریس را به دو ماتریس Q و R محاسبه می کند به طوری که ورودی = QR، که در آن Q متعامد است، و R مثلث بالایی است. تصویری را با نوارهایی به نام «Q» و «R» برمیگرداند.
استفاده | برمی گرداند | Image. matrixQRDecomposition () | تصویر |
استدلال | تایپ کنید | جزئیات | این: image | تصویر | تصویری از ماتریس های دو بعدی که باید تجزیه شوند. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\u003cp\u003eDecomposes a matrix within an image into orthogonal (Q) and upper triangular (R) matrices.\u003c/p\u003e\n"],["\u003cp\u003eReturns an image containing the resulting Q and R matrices in separate bands.\u003c/p\u003e\n"],["\u003cp\u003eOperates on images containing 2-D matrices.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the QR decomposition method for the calculation.\u003c/p\u003e\n"]]],[],null,["# ee.Image.matrixQRDecomposition\n\nCalculates the QR-decomposition of a matrix into two matrices Q and R such that input = QR, where Q is orthogonal, and R is upper triangular. Returns an image with bands named 'Q' and 'R'.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------|---------|\n| Image.matrixQRDecomposition`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|-----------------------------------------|\n| this: `image` | Image | Image of 2-D matrices to be decomposed. |"]]