ee.Terrain.fillMinima
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เติมเต็มจุดต่ำสุดในพื้นที่ ใช้ได้กับประเภท INT เท่านั้น
การใช้งาน | การคืนสินค้า |
---|
ee.Terrain.fillMinima(image, borderValue, neighborhood) | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
image | รูปภาพ | รูปภาพที่จะใช้เติม |
borderValue | Long, default: null | ค่าของเส้นขอบ |
neighborhood | จำนวนเต็ม ค่าเริ่มต้น: 50 | ขนาดของย่านที่จะใช้คำนวณ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eIdentifies and fills local minima within an image, specifically designed for integer-type data.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a neighborhood-based approach to determine local minima and replaces them with specified border values.\u003c/p\u003e\n"],["\u003cp\u003eOffers control over border value assignment and neighborhood size for customized filling operations.\u003c/p\u003e\n"]]],[],null,["# ee.Terrain.fillMinima\n\nFills local minima. Only works on INT types.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------------------|---------|\n| `ee.Terrain.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. |"]]