ee.Algorithms.FMask.matchClouds
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
เรียกใช้การจับคู่เมฆและเงาของ FMask เอาต์พุตเป็นแถบเดียว ("csm") ซึ่งมีมาสก์เมฆและเงาที่คำนวณแล้ว
การใช้งาน | การคืนสินค้า |
---|
ee.Algorithms.FMask.matchClouds(input, cloud, shadow, btemp, sceneLow, sceneHigh, neighborhood) | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
input | รูปภาพ | ฉากที่จะใช้คำนวณมาสก์เมฆและเงา |
cloud | รูปภาพ | รูปภาพมาสก์เมฆที่อาจเกิดขึ้น คาดว่าจะมีค่าเป็น 1 สำหรับพิกเซลที่มีเมฆและพิกเซลที่มาสก์ในที่อื่นๆ |
shadow | รูปภาพ | รูปภาพมาสก์เงาที่อาจเกิดขึ้น คาดว่าจะมีค่าเป็น 1 สำหรับพิกเซลเงาและพิกเซลที่มาสก์ในที่อื่นๆ |
btemp | รูปภาพ | รูปภาพอุณหภูมิความสว่างเป็นองศาเซลเซียส |
sceneLow | ทศนิยม | อุณหภูมิความสว่างเปอร์เซ็นไทล์ที่ 0.175 ของฉาก |
sceneHigh | ทศนิยม | อุณหภูมิความสว่างที่เปอร์เซ็นไทล์ 0.825 ของฉาก |
neighborhood | จำนวนเต็ม ค่าเริ่มต้น: 50 | ย่านใกล้เคียงที่จะเพิ่มรอบๆ แต่ละไทล์ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eGenerates cloud and shadow masks for satellite imagery using the FMask algorithm.\u003c/p\u003e\n"],["\u003cp\u003eTakes an input image and potential cloud/shadow masks to identify these features.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes brightness temperature and scene percentiles to refine mask accuracy.\u003c/p\u003e\n"],["\u003cp\u003eOutputs a single-band image ('csm') representing the combined cloud and shadow mask.\u003c/p\u003e\n"],["\u003cp\u003eAllows customization of neighborhood padding for tile processing.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.FMask.matchClouds\n\nRuns the FMask cloud and shadow matching. Outputs a single band ('csm'), containing the computed cloud and shadow masks.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------------------------------------------------------------|---------|\n| `ee.Algorithms.FMask.matchClouds(input, cloud, shadow, btemp, sceneLow, sceneHigh, `*neighborhood*`)` | Image |\n\n| Argument | Type | Details |\n|----------------|----------------------|----------------------------------------------------------------------------------------------------------|\n| `input` | Image | The scene for which to compute cloud and shadow masks. |\n| `cloud` | Image | Potential cloud mask image. Expected to contain 1s for cloudy pixels and masked pixels everywhere else. |\n| `shadow` | Image | Potential shadow mask image. Expected to contain 1s for shadow pixels and masked pixels everywhere else. |\n| `btemp` | Image | Brightness temperature image, in Celsius. |\n| `sceneLow` | Float | The 0.175 percentile brightness temperature of the scene. |\n| `sceneHigh` | Float | The 0.825 percentile brightness temperature of the scene. |\n| `neighborhood` | Integer, default: 50 | The neighborhood to pad around each tile. |"]]