ee.Image.derivative
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Oblicza dyskretne pochodne X i Y dla każdego pasma w obrazie wejściowym we współrzędnych pikseli.
W przypadku każdego pasma obrazu wejściowego obraz wyjściowy będzie miał 2 pasma o nazwach z sufiksami _x
i _y
, które będą zawierać odpowiednie pochodne.
Wykorzystanie | Zwroty |
---|
Image.derivative() | Obraz |
Argument | Typ | Szczegóły |
---|
to: image | Obraz | Obraz wejściowy. |
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 X and Y derivatives for each band of an input image, providing separate output bands for each derivative.\u003c/p\u003e\n"],["\u003cp\u003eThe function \u003ccode\u003eImage.derivative()\u003c/code\u003e processes an image and returns a new image containing the derivative information, denoted by suffixes \u003ccode\u003e_x\u003c/code\u003e and \u003ccode\u003e_y\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDerivative calculations are performed in pixel coordinates, reflecting the change in pixel values across the image.\u003c/p\u003e\n"]]],[],null,["# ee.Image.derivative\n\nComputes the X and Y discrete derivatives for each band in the input image, in pixel coordinates.\n\n\u003cbr /\u003e\n\nFor each band of the input image, the output image will have two bands named with the suffixes `_x` and `_y`, containing the respective derivatives.\n\n| Usage | Returns |\n|----------------------|---------|\n| Image.derivative`()` | Image |\n\n| Argument | Type | Details |\n|---------------|-------|------------------|\n| this: `image` | Image | The input image. |"]]