公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Image.hersFeature
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
针对描述符中与键匹配的每个波段中的每个像素计算直方图误差环统计信息 (HERS)。系统仅会返回可计算 HERS 的频段。
用法 | 返回 |
---|
Image.hersFeature(reference, peakWidthScale) | 图片 |
参数 | 类型 | 详细信息 |
---|
此:image | 图片 | 输入图片。 |
reference | 字典 | 使用 ee.Feature.hersDescriptor(...) 计算出的参考描述符。 |
peakWidthScale | 浮点数,默认值:1 | HERS 峰值宽度缩放比例。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eCalculates the Histogram Error Ring Statistic (HERS) for each image pixel, comparing it to a reference descriptor.\u003c/p\u003e\n"],["\u003cp\u003eReturns an image containing only the bands where HERS computation was successful.\u003c/p\u003e\n"],["\u003cp\u003eAllows for customization of the HERS peak width scale during calculation.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a reference descriptor generated using \u003ccode\u003eee.Feature.hersDescriptor\u003c/code\u003e.\u003c/p\u003e\n"]]],["The function calculates the Histogram Error Ring Statistic (HERS) for each pixel in specified bands of an input image. It uses a provided reference descriptor to match keys and compute HERS. The `peakWidthScale` argument adjusts the HERS peak width (defaulting to 1). Only bands where HERS is successfully computed are included in the output. The function `Image.hersFeature` takes the input `image`, the `reference` descriptor, and `peakWidthScale` and return an `Image`.\n"],null,["# ee.Image.hersFeature\n\nComputes 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.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------|---------|\n| Image.hersFeature`(reference, `*peakWidthScale*`)` | Image |\n\n| Argument | Type | Details |\n|------------------|-------------------|------------------------------------------------------------------------|\n| this: `image` | Image | The input image. |\n| `reference` | Dictionary | The reference descriptor computed with ee.Feature.hersDescriptor(...). |\n| `peakWidthScale` | Float, default: 1 | The HERS peak width scale. |"]]