ee.Image.hersDescriptor
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tạo một từ điển gồm các mảng bộ mô tả Thống kê vòng lỗi biểu đồ (HERS) từ các thuộc tính mảng vuông của một phần tử. Bán kính HERS được coi là (side_length – 1) / 2 của mảng.
Cách sử dụng | Giá trị trả về |
---|
Image.hersDescriptor(selectors, buckets, peakWidthScale) | Từ điển |
Đối số | Loại | Thông tin chi tiết |
---|
this: element | Phần tử | Phần tử có các thuộc tính mảng. |
selectors | Danh sách, mặc định: null | Các thuộc tính mảng mà bạn sẽ tạo bộ mô tả. Các thuộc tính mảng đã chọn phải là mảng dấu phẩy động hình vuông. Mặc định là tất cả các thuộc tính mảng. |
buckets | Số nguyên, mặc định: 100 | Số lượng nhóm HERS. Giá trị mặc định là 100. |
peakWidthScale | Số thực, mặc định: 1 | Thang đo chiều rộng đỉnh HERS. Giá trị mặc định là 1.0. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["\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. |"]]