搜索资源列表
WhiteBalance
- 白平衡算法,通过HSV模型对图像进行三通道灰度分析,得到图像的白平衡,可用于不均匀照明下的图像校正。
自动白平衡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
color-balance
- 这个Matlab程序,实现了一种新的色彩白平衡算法。 -A simple program for color balancing
whitebalance
- 本代码为对图像进行白平衡算法的代码,在图像处理中很有用-The code for the image white balance algorithm code, in image processing is useful
wbPR
- 将rbg图按全反射理论算法(PR)做白平衡调整-The rbg Figure theoretical algorithm by total reflection (PR) to do white balance adjustment
wbalance
- 程序实现了基于场景颜色均值的白平衡及其一种改进的算法-Program based on the scenes of the white balance and color means an improved algorithm
bph
- 白平衡算法,通过HSV模型对图像进行三通道灰度分析,得到图像的白平衡,可用于不均匀照明下的图像校正-White balance algorithm, through the HSV model for three-channel gray-scale image analysis, the white balance to be images that can be used under non-uniform illumination of the image correction
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
wbGW
- 将rbg图按灰度世界理论算法(GW)做白平衡调整 -The rbg Figure theoretical algorithm by Gray World (GW) to do white balance adjustment
White-Balance
- 白平衡算法,一种很有用的白平衡实现的代码。-White Balance
white-balance
- 图像处理领域白平衡算法的测试图像和源程序,用于图像的预处理,很经典的方法-Test image and the source of the image processing field of the white balance algorithms for image preprocessing, very classic
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
baipingheng
- 用matlab实现的白平衡算法,检测图像中的高亮点作为理想白点,计算校正系数-Use white balance algorithm matlab realize, the the detection image bright spot as the ideal white point, calculate the correction factor
colorbalance
- Matlab色彩均衡程序 Matlab程序,实现一种新的色彩白平衡算法。-program Color balancing
white_balance
- 灰色世界法、改进的灰色世界法、基于动态阈值的白平衡算法matlab实现-failed to translate
white_balance
- 白平衡的基本算法用MATLAB实现(white balance)
a9
- 在用OpenCV对图像进行处理时,利用颜色定位是常常会接触到的方法,但RGB受光照影响比较严重,转换到HSV XYZ等空间也解决不了时, 可以用白平衡算法进行修正,使其发黄、发蓝、发红的照片更加趋于自然光下的图像(White balance algorithm)