ee.Model.predictImage
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
از کاشی های پیکسلی یک تصویر پیش بینی کنید. پیش بینی ها به صورت نوارهایی با تصویر ورودی ادغام می شوند.
مدل به جای پیکسل های ماسک شده، 0 دریافت می کند. ماسک های باندهای خروجی پیش بینی شده حداقل ماسک های ورودی ها هستند.
استفاده | برمی گرداند | Model. predictImage (image) | تصویر |
استدلال | تایپ کنید | جزئیات | این: model | مدل | |
image | تصویر | تصویر ورودی |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]