הודעה: כל הפרויקטים הלא מסחריים שנרשמו לשימוש ב-Earth Engine לפני
15 באפריל 2025 חייבים
לאמת את הזכאות לשימוש לא מסחרי כדי לשמור על הגישה. אם לא תאמתו את החשבון עד 26 בספטמבר 2025, יכול להיות שהגישה שלכם תושעה.
ee.Image.hersFeature
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
Computes the Histogram Error Ring Statistic (HERS) for each pixel in each band matching the keys in the descriptor. מוחזרים רק הנתונים של הטווחים שאפשר היה לחשב עבורם את ה-HERS.
| שימוש | החזרות |
|---|
Image.hersFeature(reference, peakWidthScale) | תמונה |
| ארגומנט | סוג | פרטים |
|---|
זה: image | תמונה | תמונת הקלט. |
reference | מילון | מתאר ההפניה שמחושב באמצעות ee.Feature.hersDescriptor(...). |
peakWidthScale | מספר ממשי (float), ברירת מחדל: 1 | הסולם של רוחב השיא של HERS. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],["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"]]