ee.Algorithms.Landsat.simpleCloudScore
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
คำนวณคะแนนความน่าจะเป็นของเมฆอย่างง่ายในช่วง [0,100] โดยใช้การผสมผสานความสว่าง อุณหภูมิ และ NDSI เครื่องมือนี้ไม่ใช่เครื่องมือตรวจจับเมฆที่แข็งแกร่ง และมีไว้เพื่อเปรียบเทียบลักษณะที่ปรากฏหลายอย่างในจุดเดียวกันเป็นหลักเพื่อดูความเป็นไปได้ของเมฆ
สัมพัทธ์
การใช้งาน | การคืนสินค้า |
---|
ee.Algorithms.Landsat.simpleCloudScore(image) | รูปภาพ |
อาร์กิวเมนต์ | ประเภท | รายละเอียด |
---|
image | รูปภาพ | รูปภาพ TOA ของ Landsat ที่จะประมวลผล |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 UTC"],[[["\u003cp\u003eCalculates a cloud likelihood score between 0 and 100 for Landsat imagery using brightness, temperature, and NDSI.\u003c/p\u003e\n"],["\u003cp\u003eThis score is primarily for relative comparisons and not a reliable standalone cloud detection method.\u003c/p\u003e\n"],["\u003cp\u003eThe algorithm is applied using \u003ccode\u003eee.Algorithms.Landsat.simpleCloudScore(image)\u003c/code\u003e and returns a processed image.\u003c/p\u003e\n"],["\u003cp\u003eInput must be a Landsat TOA image.\u003c/p\u003e\n"]]],[],null,["# ee.Algorithms.Landsat.simpleCloudScore\n\nComputes a simple cloud-likelihood score in the range \\[0,100\\] using a combination of brightness, temperature, and NDSI. This is not a robust cloud detector, and is intended mainly to compare multiple looks at the same point for *relative* cloud likelihood.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|-------------------------------------------------|---------|\n| `ee.Algorithms.Landsat.simpleCloudScore(image)` | Image |\n\n| Argument | Type | Details |\n|----------|-------|-----------------------------------|\n| `image` | Image | The Landsat TOA image to process. |"]]