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. |