让高分辨率的相机芯片输出低分辨率的图片对于像素级的值有什么影响?

很多图像传感器可以输出多个分辨率的图像,如果选择低分辨率格式的图像输出,对于图像本身会有什么影响呢?

传感器本身还是使用全部像素区域进行感光,但是在像素数据输出时会进行所谓的降采样(down-sampling)。具体的降采样方式各个传感器可能略有不同,但是得到的效果都是另实际的PPI(pixels per inch)数目下降,即输出图片的实际像素数小于传感器最大像素数。

可以参考以下网址的一个回答

If I set my camera to lower resolution, does that mean more sensor area per image pixel?

In terms of PPI, no. In fact, your effective PPI in the final picture is reduced. When you choose smaller image sizes in camera, when the picture is taken, the full sensor is still used. However, when the camera's processor goes to write the image to a JPEG file, the image is first downsampled. This has the effect of being able to discern fewer fine details in the reduced picture.

Nikon's D3200 specifications page gives us the following (I added the sensor conversion to inches):

复制代码
Image sensor: 23.2 x 15.4 mm CMOS sensor (0.913 x 0.606 in)
Image size (pixels) [L]: 6,016 x 4,000 (24,064,000 pixels)
Image size (pixels) [M]: 4,512 x 3,000 (13,536,000 pixels)
Image size (pixels) [S]: 3,008 x 2,000 (6,016,000 pixels)

Thus, depending on whether L, M, or S is chosen in the camera settings, the D3200 will perform as either a 24 MP camera, 13.5 MP camera, or 6 MP camera. In all 3 cases, the entire CMOS sensor area is used to take the image. In other words, regardless of L/M/S setting, it is still a crop-sensor (1.5 crop factor) camera.

复制代码
For the Large setting, no downsampling is performed. Thus the effective PPI of the sensor image is: 4,000 pixels / 0.606 inches = 6,601 PPI.
For the Medium setting, a 4:3 downsampling is performed. Thus the effective PPI of the sensor image is: 3,000 pixels / 0.606 inches = 4,950 PPI.
For the Small setting, a 2:1 downsampling is performed. Thus the effective PPI of the sensor image is: 2,000 pixels / 0.606 inches = 3,300 PPI.

Returning to your question, but addressing "Sensor Pixel Area" (I read that as effective pixel (sensel) size),

复制代码
Would setting it to 13.1MP allow for a greater Sensor Pixel Area ... in my final picture?

Yes. At the following image sizes, your effective sensel size is approximately:

复制代码
Large setting: 14.8 µm²
Medium setting: 26.4 µm²
Small setting: 59.3 µm²

The area covered by each pixel in the final image is the size of several pixels on the sensor. Fewer pixels in the same area means there is more area covered per pixel. Or to put it simply, if you reduce PPI, then you increase the area covered by each pixel. Pixel/inch inverted is inch/pixel. 100 ppi means the same thing as 1 inch per 100 pixels which means the same thing as .01 inches per pixel. 50 ppi means the same thing as 1 inch per 50 pixels which means the same thing as .02 inches per pixel.

相关推荐
爱凤的小光10 小时前
图漾TM421-E1相机专栏(待完善)
数码相机
zstar-_15 小时前
使用全景相机进行高斯泼溅的构建方案
数码相机
合方圆~小文1 天前
AI摄像头精准识别技术依赖于深度算法
数据结构·数据库·数码相机·模块测试
youngong3 天前
强迫症之用相机快门数批量重命名文件
数码相机·文件管理
weixin_466485117 天前
halcon标定助手的使用
数码相机
诸葛务农8 天前
ToF(飞行时间)相机在人形机器人非接触式传感领域内的应用
数码相机·机器人
塞北山巅9 天前
相机自动曝光(AE)核心算法——从参数调节到亮度标定
数码相机·算法
美摄科技9 天前
相机sdk是什么意思?
数码相机
phyit9 天前
全景相机领域,影石何以杀出重围?
数码相机
鄃鳕9 天前
装饰器【Python】
开发语言·python·数码相机