ee.Algorithms.FMask.matchClouds
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Runs the FMask cloud and shadow matching. הפונקציה מחזירה פס אחד (csm) שמכיל את מסכות העננים והצללים המחושבות.
שימוש | החזרות |
---|
ee.Algorithms.FMask.matchClouds(input, cloud, shadow, btemp, sceneLow, sceneHigh, neighborhood) | תמונה |
ארגומנט | סוג | פרטים |
---|
input | תמונה | הסצנה שעבורה יחושבו מסכות הענן והצל. |
cloud | תמונה | תמונה של מסכת ענן פוטנציאלית. צפוי להכיל ערך 1 עבור פיקסלים מעוננים ופיקסלים מוסתרים בכל מקום אחר. |
shadow | תמונה | תמונה פוטנציאלית של מסכת צל. הערך הצפוי הוא 1 בפיקסלים של הצללה ובפיקסלים מוסתרים, ובכל מקום אחר. |
btemp | תמונה | תמונה של טמפרטורת הבהירות, במעלות צלזיוס. |
sceneLow | מספר ממשי (float) | טמפרטורת הבהירות באחוזון 0.175 של הסצנה. |
sceneHigh | מספר ממשי (float) | טמפרטורת הבהירות באחוזון 0.825 של הסצנה. |
neighborhood | מספר שלם, ברירת מחדל: 50 | השכונה שמוסיפים מסביב לכל משבצת. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 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. |"]]