ee.Image.hersImage

Computes the Histogram Error Ring Statistic (HERS) for each pair of pixels in each band present in both images. Only the bands for which HERS could be computed are returned.

UsageReturns
Image.hersImage(image2, radius, buckets, peakWidthScale)Image
ArgumentTypeDetails
this: imageImageThe input image.
image2ImageThe image to compare.
radiusIntegerThe radius of the window.
bucketsInteger, default: 100The number of HERS buckets.
peakWidthScaleFloat, default: 1The HERS peak width scale.