ee.Image.hersDescriptor
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Erstellt ein Dictionary mit HERS-Deskriptor-Arrays (Histogram Error Ring Statistic) aus quadratischen Array-Attributen eines Elements. Der HERS-Radius ist (side_length – 1) / 2.
Nutzung | Ausgabe |
---|
Image.hersDescriptor(selectors, buckets, peakWidthScale) | Wörterbuch |
Argument | Typ | Details |
---|
So gehts: element | Element | Das Element mit Array-Attributen. |
selectors | Liste, Standard: null | Die Array-Attribute, für die Deskriptoren erstellt werden. Die ausgewählten Array-Attribute müssen quadratische Gleitkomma-Arrays sein. Standardmäßig sind alle Array-Attribute ausgewählt. |
buckets | Ganzzahl, Standard: 100 | Die Anzahl der HERS-Buckets. Die Standardeinstellung ist 100. |
peakWidthScale | Gleitkommazahl, Standardwert: 1 | Die Skala für die HERS-Spitzenbreite. Die Standardeinstellung ist „1.0“. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 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. |"]]