ee.Image.digamma
Computes the digamma function of the input.
Usage | Returns |
---|
Image.digamma() | Image |
Argument | Type | Details |
---|
this: value | Image | The image to which the operation is applied. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[[["Calculates the digamma function for each pixel value in the input image."],["Returns a new image with the calculated digamma values for each corresponding pixel."],["The function operates directly on the provided image and doesn't require additional parameters beyond the image itself."]]],["The core functionality computes the digamma function, applying it to an input image. The operation, `Image.digamma()`, takes an image as input (`this: value`) and returns a new image. The digamma function is calculated for each pixel value within the input image, and the result is reflected in the output image.\n"]]