ee.Image.hersFeature
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ính toán Thống kê vòng lỗi biểu đồ (HERS) cho từng pixel trong mỗi dải tần số khớp với các khoá trong bộ mô tả. Chỉ những dải tần mà HERS có thể tính toán được mới được trả về.
Cách sử dụng | Giá trị trả về |
---|
Image.hersFeature(reference, peakWidthScale) | Hình ảnh |
Đối số | Loại | Thông tin chi tiết |
---|
this: image | Hình ảnh | Hình ảnh đầu vào. |
reference | Từ điển | Bộ mô tả tham chiếu được tính bằng ee.Feature.hersDescriptor(...). |
peakWidthScale | Số thực, mặc định: 1 | Thang đo chiều rộng đỉnh HERS. |
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 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. |"]]