お知らせ:
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 Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\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. |"]]