公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Algorithms.Sentinel2.CDI
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
根据 Sentinel-2 Level 1C 影像计算云位移指数 (CDI)。CDI 是指因传感器视差而导致的高架物体出现的光学分离。返回名为“cdi”的浮点频段。
参见 Frantz, D.,Hass, E.、Uhl, A.、Stoffels, J.,& Hill, J. (2018).改进了 Sentinel-2 影像的 Fmask 算法:基于视差效应将云与明亮表面分离。Remote sensing of environment, 215, 471-481.
用法 | 返回 |
---|
ee.Algorithms.Sentinel2.CDI(source) | 图片 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\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. |"]]