搜索资源列表
WhiteBalance
- 使用自适应色温估计算法进行自动图像白平衡处理的程序。包括使用C++编写的白平衡处理算法部分的源程序(生成dll文件),和使用C#编写的程序界面两个工程。使用Visual Studio 2005开发。-use adaptive color temperature estimation algorithm for automatic white balance image processing procedures. C preparation, including the use of white
su
- 非常白平衡的经典算法,值得看一下。还有GAMMA校正自动曝光,有需要的别忘了下载啊,很不容易才找到的
自动白平衡matlab代码
- 采用的是灰色世界法,先通过RGB转成YCrCb,然后在通过灰色世界算法自动调整白平衡。
Bayer2RGB
- 用Matlab写的Bayer插值与白平衡算法,包含双线性和边缘检测两种插值算法以及White Patch自动白平衡算法-Bayer Interpolation and white balance algorithm implemented with matlab.
Bayer2RGB
- 用Matlab写的Bayer插值与白平衡算法,包含双线性和边缘检测两种插值算法以及White Patch自动白平衡算法-Bayer Interpolation and white balance algorithm implemented with matlab.
GrayWorld.rar
- 运用grayworld算法对色彩偏移的图片进行自动白平衡处理,The use of color offset grayworld algorithm for automatic white balance of the image processing
reference_document_of_white_balance
- 基于DM642TIDSP的工业相机中实现自动白平衡算法所用到的中文文献,包括白平衡的基本定义,实现算法,和完整的相机系统设计论文-On DM642TIDSP industrial camera for automatic white balance algorithm used in the Chinese literature, including white balance of the basic definition of algorithm, and a complete camera
wbalance
- 改进的LoG边缘自动白平衡算法 Improved method of automatic white balance based on LoG edge -Improved LoG edge of the automatic white balance algorithm Improved method of automatic white balance based on LoG edge
Cohen_A_New_Color_Balancing_Method2
- 一种新的自动白平衡算法:找灰点的自动白平衡;分别于传统的算法做了比较;-A Color Balancing Algorithm for Cameras We compare our method against six known fast color balancing algorithms on the database. Our experiments show that the proposed method outperforms these algorithms, w
AWB
- 自动白平衡算法,可以针对RGB24位图像通过查找表进行快速白平衡运算-Auto white balance algorithm, for RGB24-bit images quickly balance computation through a lookup table
Whitebalance
- 自动白平衡,基于灰度世界的自动白平衡算法,能调整一些色差图片。-Auto white balance, auto white balance algorithm based on gray world, able to adjust some color pictures.
awb_DTM_GWA_PRA
- 自动白平衡matlab算法实现,DTM方法,GWA方法,PRA方法-white balancing algorithm, DTM method, GWA method, PRA method
Matlab
- 我完成了修图软件中的三个基本功能,人像磨皮、白平衡调节和皮肤美白。人像磨皮使用双边滤波器完成,效果良好但运行速度慢。白平衡调节使用灰度世界算法来编写程序,可以自动调节偏色照片的白平衡,运行效果良好。皮肤美白使用优化的白平衡算法来对皮肤进行提亮处理,运行效果良好。其中,磨皮力度和美白力度可以通过滑块调节,方便使用。我还为该程序设计了一个简单的界面,并切加入丰富的色彩来吸引用户使用。程序中处理的照片可以自行选择,处理后的照片也可以直接保存。-I finished retouching softwar
white-balance
- 白平衡的几种算法,有自动白平衡,手动白平衡等。-white balance
automatic-white-balance
- 该源代码实现读入一副工业相机拍摄的偏红或偏蓝的图片,经过相应算法处理实现图像的自动白平衡,取得较好的效果。-The source code to achieve reads a deputy industrial camera pictures of partial slant red or blue, treated with corresponding algorithm to realize image automatic white balance, achieved good resu
AutoWhiteBalance
- 基于灰世界的白平衡算法模板,能初步了解自动白平衡的原理,为后续深入学习白平衡打下基础-The primary AWB algorithm, based on gray world theory, if you understand this method, you could learn the awb better during the awb learning later.have fun~