Stay organized with collections
Save and categorize content based on your preferences.
Computes the Histogram Error Ring Statistic (HERS) for each pixel in each band matching the keys in the descriptor. Only the bands for which HERS could be computed are returned.
Usage
Returns
Image.hersFeature(reference, peakWidthScale)
Image
Argument
Type
Details
this: image
Image
The input image.
reference
Dictionary
The reference descriptor computed with ee.Feature.hersDescriptor(...).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-10-06 UTC."],[[["Calculates the Histogram Error Ring Statistic (HERS) for each image pixel, comparing it to a reference descriptor."],["Returns an image containing only the bands where HERS computation was successful."],["Allows for customization of the HERS peak width scale during calculation."],["Utilizes a reference descriptor generated using `ee.Feature.hersDescriptor`."]]],[]]