Skip to main content
ISP Image AlgorithmsTool Introduction

直方图分析器为 ISP 视觉算法工程师提供 RGB 三通道 256-bin 直方图、亮度直方图、钳位像素检测与亮度统计摘要,支持 Canvas 实时绘制与对数/线性坐标切换。

Key Formula / Principle

Y = 0.299R + 0.587G + 0.114B
bin[k] = count(channel == k), k ∈ [0, 255]
Data Processed Locally|All computations run in your browser. Images, formulas, state machine definitions, and any other input data are never sent to any server.

Related Tools