ee.Model.predictImage
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
להפיק תחזיות מריבועי פיקסלים של תמונה. התחזיות משולבות כפסים עם תמונת הקלט.
המערכת תציב 0 במקום הפיקסלים המוסתרים. המסכות של פסי הפלט החזויים הן המינימום של המסכות של נתוני הקלט.
שימוש | החזרות |
---|
Model.predictImage(image) | תמונה |
ארגומנט | סוג | פרטים |
---|
זה: model | דגם | |
image | תמונה | תמונת הקלט. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003ePredicts pixel values within image tiles and integrates these predictions as new bands into the original image.\u003c/p\u003e\n"],["\u003cp\u003eAccepts images with masked pixels, representing them as 0 values, and generates output masks based on input masks.\u003c/p\u003e\n"],["\u003cp\u003eOffers a \u003ccode\u003epredictImage\u003c/code\u003e function that takes an image as input and returns an image with the predicted bands.\u003c/p\u003e\n"]]],["The model predicts pixel values from an input image, merging these predictions as new bands within the image. Masked pixels in the input are treated as 0s. The output bands' masks are determined by taking the minimum mask of the input bands. The `predictImage` function takes an `image` as input and returns a modified `image` with the new predicted bands.\n"],null,["# ee.Model.predictImage\n\nMake predictions from pixel tiles of an image. The predictions are merged as bands with the input image.\n\n\u003cbr /\u003e\n\nThe model will receive 0s in place of masked pixels. The masks of predicted output bands are the minimum of the masks of the inputs.\n\n| Usage | Returns |\n|-----------------------------|---------|\n| Model.predictImage`(image)` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `model` | Model | |\n| `image` | Image | The input image. |"]]