ee.Image.cbrt
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Oblicza pierwiastek sześcienny z wartości wejściowej.
Wykorzystanie | Zwroty |
---|
Image.cbrt() | Obraz |
Argument | Typ | Szczegóły |
---|
to: value | Obraz | Obraz, do którego zastosowano operację. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 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. |"]]