ee.Image.unmix
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
दिए गए एंडमेंबर की मदद से, हर पिक्सल को अनमिक्स करता है. इसके लिए, यह फ़ंक्शन स्यूडो-इनवर्स की गिनती करता है और उसे हर पिक्सल से गुणा करता है. यह फ़ंक्शन, एंडमेंबर के तौर पर इस्तेमाल की गई इमेज के बैंड की संख्या के बराबर बैंड वाली इमेज दिखाता है.
इस्तेमाल | रिटर्न |
---|
Image.unmix(endmembers, sumToOne, nonNegative) | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
यह: image | इमेज | इनपुट इमेज. |
endmembers | सूची | जिन एंडमेंबर के साथ अनमिक्स करना है. |
sumToOne | बूलियन, डिफ़ॉल्ट वैल्यू: false | आउटपुट को इस तरह सीमित करें कि उनका योग एक हो. |
nonNegative | बूलियन, डिफ़ॉल्ट वैल्यू: false | आउटपुट को नॉन-नेगेटिव वैल्यू तक सीमित करें. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[],["The core functionality is to unmix an input image's pixels using provided endmembers. This is achieved by calculating the pseudo-inverse and applying it to each pixel, resulting in an output image with bands corresponding to the number of endmembers. Optional constraints include forcing the output values to sum to one ( `sumToOne`) or be non-negative (`nonNegative`). The function takes a list of `endmembers` and the input `image` to perform this.\n"],null,[]]