Skip to main content
ISP Image AlgorithmsTool Introduction

像素合并(Binning)工具将相邻 N×N 像素取平均降采样,降低分辨率、提升信噪比,常用于图像传感器与预处理。

Key Formula / Principle

输出像素 = mean( N×N 邻域内 R/G/B/A )
输出尺寸 = ⌈W/N⌉ × ⌈H/N⌉
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