ঘোষণা :
15 এপ্রিল, 2025 এর আগে আর্থ ইঞ্জিন ব্যবহার করার জন্য নিবন্ধিত সমস্ত অবাণিজ্যিক প্রকল্পগুলিকে অবশ্যই আর্থ ইঞ্জিন অ্যাক্সেস বজায় রাখার জন্য
অ-বাণিজ্যিক যোগ্যতা যাচাই করতে হবে।
ee.Image.hersFeature
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
বর্ণনাকারীর কীগুলির সাথে মিলে যাওয়া প্রতিটি ব্যান্ডের প্রতিটি পিক্সেলের জন্য হিস্টোগ্রাম ত্রুটি রিং পরিসংখ্যান (HERS) গণনা করে৷ শুধুমাত্র যে ব্যান্ডগুলির জন্য HERS গণনা করা যেতে পারে সেগুলি ফেরত দেওয়া হয়৷
ব্যবহার | রিটার্নস | Image. hersFeature (reference, peakWidthScale ) | ছবি |
যুক্তি | টাইপ | বিস্তারিত | এই: image | ছবি | ইনপুট ইমেজ. |
reference | অভিধান | রেফারেন্স বর্ণনাকারী ee.Feature.hersDescriptor(...) দিয়ে গণনা করা হয়েছে। |
peakWidthScale | ফ্লোট, ডিফল্ট: 1 | HERS পিক প্রস্থ স্কেল। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eCalculates the Histogram Error Ring Statistic (HERS) for each image pixel, comparing it to a reference descriptor.\u003c/p\u003e\n"],["\u003cp\u003eReturns an image containing only the bands where HERS computation was successful.\u003c/p\u003e\n"],["\u003cp\u003eAllows for customization of the HERS peak width scale during calculation.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes a reference descriptor generated using \u003ccode\u003eee.Feature.hersDescriptor\u003c/code\u003e.\u003c/p\u003e\n"]]],["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"],null,["# ee.Image.hersFeature\n\nComputes the Histogram Error Ring Statistic (HERS) for each pixel in each band matching the keys in the descriptor. Only the bands for which HERS could be computed are returned.\n\n\u003cbr /\u003e\n\n| Usage | Returns |\n|----------------------------------------------------|---------|\n| Image.hersFeature`(reference, `*peakWidthScale*`)` | Image |\n\n| Argument | Type | Details |\n|------------------|-------------------|------------------------------------------------------------------------|\n| this: `image` | Image | The input image. |\n| `reference` | Dictionary | The reference descriptor computed with ee.Feature.hersDescriptor(...). |\n| `peakWidthScale` | Float, default: 1 | The HERS peak width scale. |"]]