公告:所有在
2025 年 4 月 15 日之前注册使用 Earth Engine 的非商业项目都必须
验证是否符合非商业性质的资格条件,才能继续使用 Earth Engine。
ee.Image.hersDescriptor
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
根据元素的平方数组属性创建 HERS 描述符数组的字典。HERS 半径被视为数组的 (side_length - 1) / 2。
用法 | 返回 |
---|
Image.hersDescriptor(selectors, buckets, peakWidthScale) | 字典 |
参数 | 类型 | 详细信息 |
---|
此:element | 元素 | 具有数组属性的元素。 |
selectors | 列表,默认值:null | 将为其创建描述符的数组属性。所选数组属性必须是方形浮点数组。默认为所有数组属性。 |
buckets | 整数,默认值:100 | HERS 桶的数量。默认值为 100。 |
peakWidthScale | 浮点数,默认值:1 | HERS 峰值宽度缩放比例。默认值为 1.0。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-26。
[null,null,["最后更新时间 (UTC):2025-07-26。"],[[["\u003cp\u003eCalculates Histogram Error Ring Statistic (HERS) descriptors for square array properties of an element, providing insights into their spatial distribution.\u003c/p\u003e\n"],["\u003cp\u003eDescriptors are stored in a dictionary, with customizable options for selecting specific array properties, adjusting the number of histogram buckets, and controlling peak width scaling.\u003c/p\u003e\n"],["\u003cp\u003eThe HERS radius is automatically determined based on the side length of the input array, ensuring accurate analysis.\u003c/p\u003e\n"]]],[],null,["# ee.Image.hersDescriptor\n\nCreates a dictionary of Histogram Error Ring Statistic (HERS) descriptor arrays from square array properties of an element. The HERS radius is taken to be the array's (side_length - 1) / 2.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|--------------------------------------------------------------------------|------------|\n| Image.hersDescriptor`(`*selectors* `, `*buckets* `, `*peakWidthScale*`)` | Dictionary |\n\n| Argument | Type | Details |\n|------------------|-----------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| this: `element` | Element | The element with array properties. |\n| `selectors` | List, default: null | The array properties for which descriptors will be created. Selected array properties must be square, floating point arrays. Defaults to all array properties. |\n| `buckets` | Integer, default: 100 | The number of HERS buckets. Defaults to 100. |\n| `peakWidthScale` | Float, default: 1 | The HERS peak width scale. Defaults to 1.0. |"]]