ee.Image.matrixSingularValueDecomposition
Calculates the Singular Value Decomposition of the input matrix into U×S×V', such that U and V are orthogonal and S is diagonal. Returns an image with bands named 'U', 'S' and 'V'.
Usage | Returns |
---|
Image.matrixSingularValueDecomposition() | 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."],[[["This operation calculates the Singular Value Decomposition (SVD) of a 2-D matrix image, breaking it down into three components: U, S, and V'."],["The result is a new image containing bands named 'U', 'S', and 'V', representing the orthogonal matrices U and V, and the diagonal matrix S, respectively."],["SVD is a factorization method used in linear algebra to decompose a matrix into its constituent parts."]]],[]]