简体   繁体   English

相机的自动白平衡

[英]Auto white balancing for camera

I am developing a sample camera and I am able to control image sensor directly. 我正在开发样品相机,我可以直接控制图像传感器。 The sensors gives out Bayer image and I need to do show images as live view. 传感器发出拜耳图像,我需要将图像显示为实时视图。

I looked at debayering codes and also white balancing. 我查看了debayering代码和白平衡。 Is there any library in C/C++ that can help me in this process? C / C ++中是否有任何库可以帮助我完成这个过程?

Since I need to have live view, I need to do these things very fast and hence I need algorithms that are very fast. 由于我需要实时视图,因此我需要非常快速地完成这些操作,因此我需要非常快速的算法。

For example, I can change the RGB gains on sensor and hence I need an algorithm that act at that level, instead of acting on generated image. 例如,我可以更改传感器上的RGB增益,因此我需要一个在该级别上运行的算法,而不是对生成的图像进行操作。

Is there any library that help to save images in raw format? 是否有任何库有助于以原始格式保存图像?

simplecv has a function for white balance control: simplecv具有白平衡控制功能:

simplecv project web site simplecv项目网站

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM