ב-Earth Engine הוספנו
רמות מכסת שימוש לא מסחרי כדי להגן על משאבי מחשוב משותפים ולספק ביצועים מהימנים לכולם. בפרויקטים לא מסחריים נעשה שימוש במסלול Community כברירת מחדל, אבל אפשר לשנות את המסלול של הפרויקט בכל שלב.
Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
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"]]