Thông báo: Tất cả dự án phi thương mại đã đăng ký sử dụng Earth Engine trước ngày 15 tháng 4 năm 2025 phải xác minh điều kiện sử dụng phi thương mại để duy trì quyền truy cập vào Earth Engine.
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(...).
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-26 UTC."],[[["Calculates the Histogram Error Ring Statistic (HERS) for each image pixel, comparing it to a reference descriptor."],["Returns an image containing only the bands where HERS computation was successful."],["Allows for customization of the HERS peak width scale during calculation."],["Utilizes a reference descriptor generated using `ee.Feature.hersDescriptor`."]]],["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"]]