ee.Image.matrixQRDecomposition
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."],[[["Decomposes a matrix within an image into orthogonal (Q) and upper triangular (R) matrices."],["Returns an image containing the resulting Q and R matrices in separate bands."],["Operates on images containing 2-D matrices."],["Utilizes the QR decomposition method for the calculation."]]],[]]