ee.Algorithms.Sentinel2.CDI
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำนวณดัชนีการเคลื่อนที่ของเมฆ (CDI) จากภาพ Sentinel-2 ระดับ 1C CDI คือการวัดการแยกออปติคัลในออบเจ็กต์ที่อยู่สูงขึ้นเนื่องจากพารัลแลกซ์ของเซ็นเซอร์ แสดงผลแบนด์ทศนิยมชื่อ "cdi"
ดู Frantz, D., Hass, E., Uhl, A., Stoffels, J., & Hill, J. (2018) การปรับปรุงอัลกอริทึม Fmask สำหรับภาพ Sentinel-2: แยกเมฆออกจากพื้นผิวที่สว่างโดยอิงตามเอฟเฟกต์พารัลแลกซ์ Remote sensing of environment, 215, 471-481.
การใช้งาน | การคืนสินค้า |
---|
ee.Algorithms.Sentinel2.CDI(source) | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
source | รูปภาพ | รูปภาพต้นฉบับ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 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. |"]]