Anuncio: Todos los proyectos no comerciales registrados para usar Earth Engine antes del
15 de abril de 2025 deben
verificar su elegibilidad no comercial para mantener el acceso a Earth Engine.
ee.Image.cbrt
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Calcula la raíz cúbica de la entrada.
Uso | Muestra |
---|
Image.cbrt() | Imagen |
Argumento | Tipo | Detalles |
---|
esta: value | Imagen | Es la imagen a la que se aplica la operación. |
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-26 (UTC)
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\u003cp\u003eCalculates the cubic root of pixel values within an image.\u003c/p\u003e\n"],["\u003cp\u003eThe function, denoted as \u003ccode\u003eImage.cbrt()\u003c/code\u003e, operates directly on an image and returns a modified image.\u003c/p\u003e\n"],["\u003cp\u003eInput for the function is an image, represented by the \u003ccode\u003evalue\u003c/code\u003e argument.\u003c/p\u003e\n"]]],["The core content details calculating the cubic root of an image. The `Image.cbrt()` function is used for this operation, returning a new image with the computed cubic root values. The function takes one argument, `this: value`, which represents the input image to which the cubic root operation will be applied.\n"],null,["# ee.Image.cbrt\n\nComputes the cubic root of the input.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------|---------|\n| Image.cbrt`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|----------------------------------------------|\n| this: `value` | Image | The image to which the operation is applied. |"]]