با مجموعهها، منظم بمانید
ذخیره و طبقهبندی محتوا براساس اولویتهای شما.
یک کاهنده ایجاد می کند که هیستوگرام ورودی ها را با استفاده از تعداد ثابتی از سطل های با عرض ثابت محاسبه می کند. مقادیر خارج از محدوده [حداقل، حداکثر) نادیده گرفته می شوند. خروجی یک آرایه Nx2 از لبههای پایین سطل و شمارش (یا تعداد تجمعی) است و برای استفاده در هر پیکسل مناسب است.
تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","easyToUnderstand","thumb-up"],["مشکلم را برطرف کرد","solvedMyProblem","thumb-up"],["غیره","otherUp","thumb-up"]],[["اطلاعاتی که نیاز دارم وجود ندارد","missingTheInformationINeed","thumb-down"],["بیشازحد پیچیده/ مراحل بسیار زیاد","tooComplicatedTooManySteps","thumb-down"],["قدیمی","outOfDate","thumb-down"],["مشکل ترجمه","translationIssue","thumb-down"],["مشکل کد / نمونهها","samplesCodeIssue","thumb-down"],["غیره","otherDown","thumb-down"]],["تاریخ آخرین بهروزرسانی 2025-07-24 بهوقت ساعت هماهنگ جهانی."],[[["Generates a histogram with a fixed number of bins within a specified range (min, max)."],["Ignores values outside the defined range and is suitable for per-pixel operations."],["Outputs a Nx2 array containing bucket lower edges and counts (or cumulative counts)."],["Offers flexibility to generate cumulative histograms using the 'cumulative' parameter."],["Can be easily applied per-pixel for detailed image analysis."]]],[]]