ee.Image.hersImage
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Oblicza statystykę Histogram Error Ring Statistic (HERS) dla każdej pary pikseli w każdym paśmie obecnym na obu obrazach. Zwracane są tylko pasma, dla których można było obliczyć HERS.
Wykorzystanie | Zwroty |
---|
Image.hersImage(image2, radius, buckets, peakWidthScale) | Obraz |
Argument | Typ | Szczegóły |
---|
to: image | Obraz | Obraz wejściowy. |
image2 | Obraz | Obraz do porównania. |
radius | Liczba całkowita | Promień okna. |
buckets | Liczba całkowita, domyślnie: 100 | Liczba zasobników HERS. |
peakWidthScale | Liczba zmiennoprzecinkowa, domyślnie: 1 | Skala szerokości szczytu HERS. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-26 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-26 UTC."],[[["\u003cp\u003eComputes the Histogram Error Ring Statistic (HERS) to compare two images, analyzing pixel similarity within a specified radius.\u003c/p\u003e\n"],["\u003cp\u003eReturns an image containing HERS values for each pixel pair in corresponding bands of the input images, limited to bands where calculation is successful.\u003c/p\u003e\n"],["\u003cp\u003eUsers can customize the analysis using parameters like radius, the number of HERS buckets, and a peak width scale for fine-tuning the comparison.\u003c/p\u003e\n"]]],[],null,["# ee.Image.hersImage\n\nComputes the Histogram Error Ring Statistic (HERS) for each pair of pixels in each band present in both images. Only the bands for which HERS could be computed are returned.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|---------------------------------------------------------------------|---------|\n| Image.hersImage`(image2, radius, `*buckets* `, `*peakWidthScale*`)` | Image |\n\n| Argument | Type | Details |\n|------------------|-----------------------|-----------------------------|\n| this: `image` | Image | The input image. |\n| `image2` | Image | The image to compare. |\n| `radius` | Integer | The radius of the window. |\n| `buckets` | Integer, default: 100 | The number of HERS buckets. |\n| `peakWidthScale` | Float, default: 1 | The HERS peak width scale. |"]]