ee.Reducer.forEachBand
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצרת Reducer על ידי שילוב של עותק של ה-Reducer שצוין לכל פס בתמונה שצוינה, באמצעות שמות הפסים כשמות פלט.
שימוש | החזרות |
---|
Reducer.forEachBand(image) | הפחתה |
ארגומנט | סוג | פרטים |
---|
זה: reducer | הפחתה | |
image | תמונה | |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003eCreates a reducer that processes each band of an image separately.\u003c/p\u003e\n"],["\u003cp\u003eOutput reducer uses the original band names for the output bands.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eforEachBand\u003c/code\u003e takes an image as input and applies the reducer to each band.\u003c/p\u003e\n"],["\u003cp\u003eThe method can be called on an existing reducer object.\u003c/p\u003e\n"]]],[],null,["# ee.Reducer.forEachBand\n\nCreates a Reducer by combining a copy of the given reducer for each band in the given image using the band names as output names.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|------------------------------|---------|\n| Reducer.forEachBand`(image)` | Reducer |\n\n| Argument | Type | Details |\n|-----------------|---------|---------|\n| this: `reducer` | Reducer | |\n| `image` | Image | |"]]