Pengumuman: Semua project nonkomersial yang terdaftar untuk menggunakan Earth Engine sebelum
15 April 2025 harus
memverifikasi kelayakan nonkomersial untuk mempertahankan akses Earth Engine.
ee.Algorithms.FMask.matchClouds
Tetap teratur dengan koleksi
Simpan dan kategorikan konten berdasarkan preferensi Anda.
Menjalankan pencocokan awan dan bayangan FMask. Menghasilkan satu band ('csm'), yang berisi mask awan dan bayangan yang dihitung.
Penggunaan | Hasil |
---|
ee.Algorithms.FMask.matchClouds(input, cloud, shadow, btemp, sceneLow, sceneHigh, neighborhood) | Gambar |
Argumen | Jenis | Detail |
---|
input | Gambar | Adegan yang akan dihitung mask awan dan bayangan. |
cloud | Gambar | Gambar mask awan potensial. Diharapkan berisi 1 untuk piksel berawan dan piksel yang ditutupi di tempat lain. |
shadow | Gambar | Gambar mask bayangan potensial. Diharapkan berisi 1 untuk piksel bayangan dan piksel yang diberi mask di tempat lain. |
btemp | Gambar | Gambar suhu kecerahan, dalam Celsius. |
sceneLow | Float | Suhu kecerahan persentil 0,175 dari adegan. |
sceneHigh | Float | Suhu kecerahan persentil 0,825 dari adegan. |
neighborhood | Bilangan bulat, default: 50 | Lingkungan untuk mengisi di sekitar setiap petak. |
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-07-26 UTC.
[null,null,["Terakhir diperbarui pada 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. |"]]