ee.Image.hersDescriptor
با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک فرهنگ لغت از آرایه های توصیفگر آمار حلقه خطای هیستوگرام (HERS) از ویژگی های آرایه مربعی یک عنصر ایجاد می کند. شعاع HERS برابر آرایه (طول_سمت - 1) / 2 در نظر گرفته می شود.
استفاده | برمی گرداند | Image. hersDescriptor ( selectors , buckets , peakWidthScale ) | فرهنگ لغت |
استدلال | تایپ کنید | جزئیات | این: element | عنصر | عنصر با خواص آرایه. |
selectors | لیست، پیش فرض: null | خصوصیات آرایه ای که توصیفگرها برای آنها ایجاد می شود. ویژگی های آرایه انتخابی باید آرایه های مربعی و ممیز شناور باشند. به طور پیش فرض برای همه ویژگی های آرایه. |
buckets | عدد صحیح، پیش فرض: 100 | تعداد سطل های HERS. پیش فرض 100 است. |
peakWidthScale | شناور، پیش فرض: 1 | مقیاس عرض اوج HERS. پیشفرض 1.0 است. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["\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. |"]]