Annuncio: tutti i progetti non commerciali registrati per l'utilizzo di Earth Engine prima del
15 aprile 2025 devono
verificare l'idoneità non commerciale per mantenere l'accesso a Earth Engine.
ee.Image.blend
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Sovrappone un'immagine a un'altra. Le immagini vengono unite utilizzando le maschere come opacità. Se una delle immagini ha una sola banda, questa viene replicata in modo che corrisponda al numero di bande dell'altra immagine.
Utilizzo | Resi |
---|
Image.blend(top) | Immagine |
Argomento | Tipo | Dettagli |
---|
questo: bottom | Immagine | L'immagine in basso. |
top | Immagine | L'immagine in alto. |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2025-07-26 UTC.
[null,null,["Ultimo aggiornamento 2025-07-26 UTC."],[[["\u003cp\u003eBlends two images together using their masks as opacity, overlaying one on top of the other.\u003c/p\u003e\n"],["\u003cp\u003eIf either image has a single band, it's automatically replicated to match the other image's band count.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eImage.blend()\u003c/code\u003e takes the bottom image as 'this' and the top image as the argument \u003ccode\u003etop\u003c/code\u003e, returning the blended image.\u003c/p\u003e\n"]]],["Blends a `top` image onto a `bottom` image, using masks for opacity. Images with a single band are replicated to match the other image's band count. The function `Image.blend(top)` is used, where `bottom` is the base image, and `top` is the image overlaid. The function returns the resulting blended `Image`.\n"],null,["# ee.Image.blend\n\nOverlays one image on top of another. The images are blended together using the masks as opacity. If either of images has only 1 band, it is replicated to match the number of bands in the other image.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------|---------|\n| Image.blend`(top)` | Image |\n\n| Argument | Type | Details |\n|----------------|-------|-------------------|\n| this: `bottom` | Image | The bottom image. |\n| `top` | Image | The top image. |"]]