공지사항:
2025년 4월 15일 전에 Earth Engine 사용을 위해 등록된 모든 비상업용 프로젝트는 Earth Engine 액세스를 유지하기 위해
비상업용 자격 요건을 인증해야 합니다.
ee.Feature.hersDescriptor
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요소의 정사각형 배열 속성에서 히스토그램 오류 링 통계 (HERS) 설명자 배열의 사전을 만듭니다. HERS 반경은 배열의 (side_length - 1) / 2로 간주됩니다.
사용 | 반환 값 |
---|
Feature.hersDescriptor(selectors, buckets, peakWidthScale) | 딕셔너리 |
인수 | 유형 | 세부정보 |
---|
다음과 같은 경우: element | 요소 | 배열 속성이 있는 요소입니다. |
selectors | 목록, 기본값: null | 설명자가 생성될 배열 속성입니다. 선택한 배열 속성은 제곱 부동 소수점 배열이어야 합니다. 기본값은 모든 배열 속성입니다. |
buckets | 정수, 기본값: 100 | HERS 버킷 수입니다. 기본값은 100입니다. |
peakWidthScale | 부동 소수점 수, 기본값: 1 | HERS 피크 너비 스케일입니다. 기본값은 1.0입니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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. |"]]