ee.Algorithms.FMask.matchClouds
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह FMask क्लाउड और शैडो मैचिंग को चलाता है. यह फ़ंक्शन, कंप्यूट किए गए क्लाउड और शैडो मास्क वाली एक बैंड ('csm') को आउटपुट करता है.
इस्तेमाल | रिटर्न |
---|
ee.Algorithms.FMask.matchClouds(input, cloud, shadow, btemp, sceneLow, sceneHigh, neighborhood) | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
input | इमेज | वह सीन जिसके लिए क्लाउड और शैडो मास्क का हिसाब लगाना है. |
cloud | इमेज | बादल के मास्क की संभावित इमेज. इसमें बादलों वाले पिक्सल के लिए 1 और अन्य सभी जगहों पर मास्क किए गए पिक्सल के लिए 1 शामिल होना चाहिए. |
shadow | इमेज | शैडो मास्क की संभावित इमेज. इसमें शैडो पिक्सल के लिए 1 और बाकी सभी जगहों पर मास्क किए गए पिक्सल के लिए 1 होना चाहिए. |
btemp | इमेज | ब्राइटनेस टेंपरेचर इमेज, सेल्सियस में. |
sceneLow | फ़्लोट | सीन का 0.175 पर्सेंटाइल ब्राइटनेस तापमान. |
sceneHigh | फ़्लोट | सीन का 0.825 पर्सेंटाइल ब्राइटनेस तापमान. |
neighborhood | पूर्णांक, डिफ़ॉल्ट: 50 | हर टाइल के चारों ओर पैडिंग के लिए आस-पास का इलाका. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003eGenerates cloud and shadow masks for satellite imagery using the FMask algorithm.\u003c/p\u003e\n"],["\u003cp\u003eTakes an input image and potential cloud/shadow masks to identify these features.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes brightness temperature and scene percentiles to refine mask accuracy.\u003c/p\u003e\n"],["\u003cp\u003eOutputs a single-band image ('csm') representing the combined cloud and shadow mask.\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of neighborhood padding for tile processing.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.FMask.matchClouds\n\nRuns the FMask cloud and shadow matching. Outputs a single band ('csm'), containing the computed cloud and shadow masks.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------------------------------------------------------|---------|\n| `ee.Algorithms.FMask.matchClouds(input, cloud, shadow, btemp, sceneLow, sceneHigh, `*neighborhood*`)` | Image |\n\n| Argument | Type | Details |\n|----------------|----------------------|----------------------------------------------------------------------------------------------------------|\n| `input` | Image | The scene for which to compute cloud and shadow masks. |\n| `cloud` | Image | Potential cloud mask image. Expected to contain 1s for cloudy pixels and masked pixels everywhere else. |\n| `shadow` | Image | Potential shadow mask image. Expected to contain 1s for shadow pixels and masked pixels everywhere else. |\n| `btemp` | Image | Brightness temperature image, in Celsius. |\n| `sceneLow` | Float | The 0.175 percentile brightness temperature of the scene. |\n| `sceneHigh` | Float | The 0.825 percentile brightness temperature of the scene. |\n| `neighborhood` | Integer, default: 50 | The neighborhood to pad around each tile. |"]]