ee.Image.matrixQRDecomposition
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Berechnet die QR-Zerlegung einer Matrix in zwei Matrizen Q und R, sodass „input“ = QR, wobei Q orthogonal und R eine obere Dreiecksmatrix ist. Gibt ein Bild mit den Bändern „Q“ und „R“ zurück.
Nutzung | Ausgabe |
---|
Image.matrixQRDecomposition() | Bild |
Argument | Typ | Details |
---|
So gehts: image | Bild | Bild von 2‑D-Matrizen, die zerlegt werden sollen. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (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. |"]]