ee.Image.erfc
Computes the complementary error function of the input.
Usage | Returns |
---|
Image.erfc() | 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 complementary error function for each pixel value within the provided image."],["Returns a new image where pixel values represent the result of this function."],["The original image remains unchanged by this operation."],["This function is particularly useful in statistical analysis and probability calculations related to image data."]]],["The `erfc()` function calculates the complementary error function for an input image. It takes a single argument, `value`, which is the input image. The function operates on this image and returns a new image containing the computed complementary error function values. The input image is the image to which the calculation will be applied. The function returns the modified Image.\n"]]