ee.Model.predictImage
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Vorhersagen aus Pixelkacheln eines Bilds treffen. Die Vorhersagen werden als Bänder mit dem Eingabebild zusammengeführt.
Das Modell erhält Nullen anstelle der maskierten Pixel. Die Masken der vorhergesagten Ausgabebänder sind das Minimum der Masken der Eingaben.
Nutzung | Ausgabe |
---|
Model.predictImage(image) | Bild |
Argument | Typ | Details |
---|
So gehts: model | Modell | |
image | Bild | Das Eingabebild. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]