资源列表
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
backfitting
- 核主成分分析方法 可将低维空间数据转至高位空间的内积,再转至源空间-Kpca can be low to high dimension space data within the space of deposition, turn again to the source of space
chuizhi
- 根据人脸与背景相比的高亮度,在垂直方向上截取人脸,用matlab来实现-Compared with the background under the face of high brightness, the vertical intercept in the face, using matlab to achieve
1
- 灰度直方图显示,不使用MATLAB中自带的程序,直接编写得到-Histogram display, do not use the built MATLAB program, prepared by directly
collision
- two balls collision using matlab
Bcircle
- 在C++环境下,采用Bresenham画圆算法绘制圆形(计算机图形学的重要算法)-In C++ environment, using Bresenham circle algorithm to draw a circle (an important computer graphics algorithms)
3bezier
- 用TORBOC画一个大字 bezier曲线实现-Characters with TORBOC draw a bezier curve to achieve
shuchu1
- 在CAD中,可以方便的拾取多个点的坐标,而且只需按esc就可结束取点-In CAD, you can easily pick up the coordinates of multiple points, and just press the esc can be the end to take
Sincc
- 使用Matlab编写的sinc函数和归一化sinc函数,分别用不同的颜色显示。使用Matlab编写的sinc函数和归一化sinc函数,分别用不同的颜色显示。-The use of Matlab sinc function and normalized sinc function, respectively in different colors.The use of Matlab sinc function and normalized sinc function, respectively i
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变换