お知らせ:
2025 年 4 月 15 日より前に Earth Engine の使用を登録したすべての非商用プロジェクトは、Earth Engine へのアクセスを維持するために
非商用目的での利用資格を確認する必要があります。
ee.Feature.hersDescriptor
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
要素の正方配列プロパティからヒストグラム エラーリング統計(HERS)記述子配列の辞書を作成します。HERS の半径は、配列の(side_length - 1)/ 2 とみなされます。
用途 | 戻り値 |
---|
Feature.hersDescriptor(selectors, buckets, peakWidthScale) | Dictionary |
引数 | タイプ | 詳細 |
---|
これ: element | 要素 | 配列プロパティを持つ要素。 |
selectors | リスト、デフォルト: null | 記述子が作成される配列プロパティ。選択した配列プロパティは、正方浮動小数点配列である必要があります。デフォルトはすべての配列プロパティです。 |
buckets | 整数、デフォルト: 100 | HERS バケットの数。デフォルトは 100 です。 |
peakWidthScale | 浮動小数点数、デフォルト: 1 | HERS ピーク幅のスケール。デフォルトでは 1.0 に設定されます。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eGenerates Histogram of Error Ring Statistics (HERS) descriptors for square array properties of an element, using the array's radius as (side length - 1) / 2.\u003c/p\u003e\n"],["\u003cp\u003eDescriptors can be customized by selecting specific array properties, defining the number of HERS buckets, and adjusting the peak width scale.\u003c/p\u003e\n"],["\u003cp\u003eThe function returns a dictionary containing the calculated HERS descriptors for the specified or default array properties.\u003c/p\u003e\n"],["\u003cp\u003eInput requires an element with square, floating-point array properties, and optional parameters for property selection, bucket count, and peak width scaling.\u003c/p\u003e\n"]]],[],null,["# ee.Feature.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| Feature.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. |"]]