ee.Image.hersDescriptor
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
יוצרת מילון של מערכי תיאור של נתונים סטטיסטיים של טבעת שגיאה בהיסטוגרמה (HERS) ממאפייני מערך ריבועי של רכיב. רדיוס ה-HERS הוא (side_length - 1) / 2 של המערך.
שימוש | החזרות |
---|
Image.hersDescriptor(selectors, buckets, peakWidthScale) | מילון |
ארגומנט | סוג | פרטים |
---|
זה: element | רכיב | הרכיב עם מאפייני המערך. |
selectors | רשימה, ברירת מחדל: null | מאפייני המערך שעבורם ייצרו מתארים. המערכים שנבחרו צריכים להיות מערכים ריבועיים של מספרים ממשיים. ברירת המחדל היא כל מאפייני המערך. |
buckets | מספר שלם, ברירת מחדל: 100 | מספר קטגוריות ה-HERS. ברירת המחדל היא 100. |
peakWidthScale | מספר ממשי (float), ברירת מחדל: 1 | הסולם של רוחב השיא של HERS. ברירת המחדל היא 1.0. |
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 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. |"]]