搜索资源列表
对图像进行YCbCr分解
- rgb=imread('lena.png'); YCbCr=rgb2ycbcr(rgb); subplot(221),imshow(rgb),title('image'); Y=YCbCr(:,:,1); Cb=YCbCr(:,:,2); Cr=YCbCr(:,:,3); ycbcrmap(:,:,1)=Y; ycbcrmap(:,:,2)=128; ycbcrmap(:,:,3)=128; subplot(222),imshow(Y),title('Y'); ycbcrma
wbalance
- Matlab程序,实现了一种新的色彩白平衡算法。 针对物体在有色光源照射下呈现偏色的现象,提出一种改进的LoG边缘自动白平衡算法。该算法在YCbCr空间的Cb和Cr分量上同时利用LoG算子提取边缘,利用LoG边缘具有零交叉特性直接得到边缘两侧的像素。为了避免占主导的彩色纹理造成干扰,利用白色区域的偏色信息进行边缘抑制。利用得到彩色边缘对原图的偏色进行有效的估计,最后计算三颜色通道的增益并进行白平衡。对大量图片进行了实验,结果表明该算法对不同色光照射下的图像均能很好地进行白平衡,同时与多种白平衡算
work
- 本文中有两个函数m文件:model126.m是一个用于预测的完全没有用工具箱函数的补偿模糊神经网络主程序,用于仿真、对比训练数据和网络输出的差异;cb.m是一个非线性系统的数学模型,在model126.m中用“ode45”函数求解这个数学模型后,可以得到105个x1(t)、x2(t)和y(t),从而建立起一个两输入一输出的补偿模糊神经网络。-failed to translate
cb
- it is the matlab model for simulation of the class bchopper with full details of parametrs
CB
- 可转债定价模型,matlab编写,根据中国国情,考虑到修正条款-convertable bond
cb-price(matlab-code)
- 为可转换公司债券定价的必备程序,在matlab环境中实现。-This is matlab code for Convertible Bond pricing.
shiyan064
- 用双线性变换法设计BW型或CB型的不同类型(低通、高通、带通)的数字滤波器求出系统的单位脉冲响应h(n)-Bilinear transform design BW or CB-type (low pass, high pass, band-pass) digital filter to find the system unit impulse response h (n)
CoMP_JP_CB
- 模拟COMP中的JP和CB两种传输模式,预编码方式为SLNR-Simulation of JP and CB COMP two transmission modes, pre-encoding is SLNR
MATLABupload
- Digital Image Processing Image read and Y Cb Cr components for an image