Duyuru:
15 Nisan 2025'ten önce Earth Engine'i kullanmak için kaydedilen tüm ticari olmayan projelerin Earth Engine erişimini sürdürmek için
ticari olmayan uygunluğu doğrulaması gerekir.
ee.Image.matrixQRDecomposition
Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bir matrisin QR ayrışımını, giriş = QR olacak şekilde iki matris (Q ve R) olarak hesaplar. Burada Q ortogonal, R ise üst üçgenseldir. "Q" ve "R" adlı bantları içeren bir resim döndürür.
Kullanım | İadeler |
---|
Image.matrixQRDecomposition() | Resim |
Bağımsız Değişken | Tür | Ayrıntılar |
---|
bu: image | Resim | Ayrıştırılacak 2 boyutlu matrislerin resmi. |
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-07-26 UTC.
[null,null,["Son güncelleme tarihi: 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. |"]]