公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Algorithms.FMask.fillMinima
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
填充局部最小值。仅适用于 INT 类型。
用法 | 返回 |
---|
ee.Algorithms.FMask.fillMinima(image, borderValue, neighborhood) | 图片 |
参数 | 类型 | 详细信息 |
---|
image | 图片 | 要填充的图片。 |
borderValue | Long,默认值:null | 边框值。 |
neighborhood | 整数,默认值:50 | 要计算的邻域的大小。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eThe FMask.fillMinima algorithm fills local minima within an image, specifically designed for integer-type images.\u003c/p\u003e\n"],["\u003cp\u003eIt utilizes a specified neighborhood size to determine local minima and replaces them using a designated border value or the original pixel value if the border value is not provided.\u003c/p\u003e\n"],["\u003cp\u003eThe algorithm's output is a modified image where the identified local minima have been filled.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.FMask.fillMinima\n\nFills local minima. Only works on INT types.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-----------------------------------------------------------------------------|---------|\n| `ee.Algorithms.FMask.fillMinima(image, `*borderValue* `, `*neighborhood*`)` | Image |\n\n| Argument | Type | Details |\n|----------------|----------------------|-----------------------------------------------|\n| `image` | Image | The image to fill. |\n| `borderValue` | Long, default: null | The border value. |\n| `neighborhood` | Integer, default: 50 | The size of the neighborhood to compute over. |"]]