资源列表
yuyan
- 鱼眼图像校正的代码,费劲千辛万苦终于弄出的,大家又做毕业论文的一定要看,心血呀-fisheye image correction
kmeans
- 利用kmeans算法实现一副图像的灰度值分割,也可以实现图像的RGB彩色空间的分割。-Kmeans algorithm using a gray scale image segmentation, image can also be achieved RGB color space segmentation.
remez-filter
- 利用MATLAB语言,采用Remez算法设计三个不同的低通滤波器,程序附有说明,能够很容易看懂。-Using MATLAB, using Remez algorithm design of three different low-pass filter, the program with instructions, can be easily read.
box_frac_dem
- 混沌理论盒维数的计算,MATLAB语言环境-Chaos theory calculation of box dimension, MATLAB language environment
code
- Thermo on Attiny 2313
3 level DWT
- Performing 3-Level Discreate Wavelet Transform
matlablogo
- matlab 商业图标是怎么画出来的?源代码告诉你,没错,这个就是你所看到matlab那个图标的函数m文件。-how to draw out Matlab business icon ?yes, The source code is about to tell you, this is what you see the icon file of MATLAB M function .
boundExtract
- 本代码是基于镜头分割的关键帧提取代码,是用matlab来实现的。-The code is the code key frame extraction based on shot segmentation is achieved using matlab.
Bezier
- Bezier曲面,计算机图形学中的基本图形生成算法-Bezier surfaces, computer graphics basic graphics generation algorithm
bwcut
- 用形态学操作剪除毛刺(毛刺像素不要过大)。 描述:输入X是一个二值图像,n是预估的毛刺像素长度输出和X相同大小的去毛刺图像。方法就是形态学操作,膨胀腐蚀再和原图像做交-Morphological operations to cut off burrs (burr pixels not too big). Descr iption: The input is a binary image X, n is an image projected deburring burr length of t
canny
- OpenCV canny算子提取轮廓图,trackbar调节阈值,结果为白线条轮廓-OpenCV canny operator to extract contours, trackbar adjustment threshold, the result is white contour lines
pca2
- 读图 mix imread( romems.jpg ) pan imread( rome_pan.jpg ) 显示原多光谱图 subplot(221) imshow(mix),title( 多光谱 ) subplot(222) imshow(pan),title( 全色图像 ) 预处理 mix double(mix)/255 pan double(pan)/255 求相关矩阵 [r c bands] size(mix) p