资源列表
Anyrangle
- 图像处理,图像的矫正,图片的旋转,简单的程序,希望对大家有用。-Image processing, image correction, picture rotation, a simple procedure, in the hope that useful to everyone.
med1
- 该程序实现了图象处理中直方图的程序编写,实现图像均衡的作用-Histogram procedures to achieve the preparation of
chuizhi
- 根据人脸与背景相比的高亮度,在垂直方向上截取人脸,用matlab来实现-Compared with the background under the face of high brightness, the vertical intercept in the face, using matlab to achieve
12jj
- 最小二乘法直线拟合在matlab的应用 -Least Squares Linear Fitting
huidutuxiangchuli
- 本程序对灰度图像进行滤波,采用均值和中值滤波法-The program of the gray image is filtered, using the mean and median filtering
histogrameq
- 对图像进行直方图均衡处理的源代码,编译后的可执行文件须带参数运行-The image histogram equalization of the source code, compiled executable file must bring their parameters to run
cordic
- cordic算法,让你了解cordic算法的主要原理和主要功能-cordic algorithm, so you know cordic algorithm and main function of the main principles
quyumax
- 区域最大值,图像融合里面区域的值大小决定信息量得多少-the max value in a area
Background-shooting
- 利用MATLAB进行背景拍摄,可以用于图像基本处理,给初学者一个简单的背景拍摄的程序-Use of MATLAB background shooting, and can be used in the basic image processing, give beginners a simple background shot of the program
L_Ragrithom
- 主要是用LR算法对被噪声污染的图像进行恢复,并且选取不同的迭代次数进行比较-Mainly is to be with the LR algorithm of image noise pollution on restoration, and choosing different iterative times are compared
xinxishang
- 使用Matlab编写的一维离散信号的信息熵的计算-Using Matlab discrete signal information entropy calculation
wt2
- IHS变化 IHS rgb2hsv(ms) 将RGB变换到IHS空间,生成的IHS图像中,1通道对应H,2通道对应S,3通道对应I 读全色图像 pan imread( bbb0g.bmp ) pan imresize(pan,[512,512]) 直方图匹配 [counts,x] imhist(IHS(:,:,3)) pan histeq(pan,counts) 用pan代替IHS的I分量 IHS(:,:,3) pan 逆IHS变换