ee.Algorithms.Sentinel2.CDI
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
यह फ़ंक्शन, Sentinel-2 Level 1C इमेज से क्लाउड डिसप्लेसमेंट इंडेक्स (सीडीआई) का हिसाब लगाता है. सीडीआई, सेंसर के पैरलैक्स की वजह से, ऊंचाई पर मौजूद ऑब्जेक्ट में ऑप्टिकल सेपरेशन को मापने का तरीका है. "cdi" नाम का फ़्लोटिंग पॉइंट बैंड दिखाता है.
फ़्रांज़, डी. देखें, हास, ई॰, उहल, ए., स्टोफ़ेल्स, जे., और हिल, जे. (2018). Sentinel-2 इमेज के लिए, Fmask एल्गोरिदम को बेहतर बनाया गया है: पैरालेक्स इफ़ेक्ट के आधार पर, बादलों को चमकदार सतहों से अलग करना. Remote sensing of environment, 215, 471-481.
इस्तेमाल | रिटर्न |
---|
ee.Algorithms.Sentinel2.CDI(source) | इमेज |
आर्ग्यूमेंट | टाइप | विवरण |
---|
source | इमेज | सोर्स इमेज. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को 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\u003eCalculates the Cloud Displacement Index (CDI) from a Sentinel-2 Level 1C image to measure the optical separation in elevated objects.\u003c/p\u003e\n"],["\u003cp\u003eCDI leverages sensor parallax to distinguish clouds from bright surfaces, improving the accuracy of cloud detection.\u003c/p\u003e\n"],["\u003cp\u003eThe algorithm returns a single-band image named "cdi" representing the calculated Cloud Displacement Index values.\u003c/p\u003e\n"],["\u003cp\u003eBased on the research and findings presented in Frantz et al.(2018), it enhances the Fmask algorithm for Sentinel-2 cloud masking.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.Sentinel2.CDI\n\nComputes the Cloud Displacement Index (CDI) from a Sentinel-2 Level 1C image. CDI is a measure of the optical separation in elevated objects due to sensor parallax. Returns a floating point band named \"cdi\".\n\n\u003cbr /\u003e\n\nSee Frantz, D., Hass, E., Uhl, A., Stoffels, J., \\& Hill, J. (2018). Improvement of the Fmask algorithm for Sentinel-2 images: Separating clouds from bright surfaces based on parallax effects. Remote sensing of environment, 215, 471-481.\n\n| Usage | Returns |\n|---------------------------------------|---------|\n| `ee.Algorithms.Sentinel2.CDI(source)` | Image |\n\n| Argument | Type | Details |\n|----------|-------|-------------------|\n| `source` | Image | The source image. |"]]