Announcement: All noncommercial projects registered to use Earth Engine before
April 15, 2025 must
verify noncommercial eligibility to maintain Earth Engine access.
ee.Image.matrixQRDecomposition
Stay organized with collections
Save and categorize content based on your preferences.
Calculates 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'.
Usage | Returns | Image.matrixQRDecomposition() | Image |
Argument | Type | Details | this: image | Image | Image of 2-D matrices to be decomposed. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["\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. |"]]