资源列表
main
- 将样本矩阵FaceContainer进行主成分分析的整个过程封装在main函数中,参数K是主分量数目,即降维至K维。计算得出样本矩阵的低维表示LowDimFacesitting和主成分分量矩阵W。-The sample matrix FaceContainer principal component analysis of the whole process is encapsulated in the main function, the parameter K is the number o
ReadinVedio
- this file combines c++ and opencv,it can read in a video file ,connet it with opencv ,then our software can process the video。
jiami
- ccs 读取图像及进行图像加密,是个不错的程序,供初学者使用-ccs image encode
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
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
yuyan
- 鱼眼图像校正的代码,费劲千辛万苦终于弄出的,大家又做毕业论文的一定要看,心血呀-fisheye image correction
kmeans
- 利用kmeans算法实现一副图像的灰度值分割,也可以实现图像的RGB彩色空间的分割。-Kmeans algorithm using a gray scale image segmentation, image can also be achieved RGB color space segmentation.
zhifangtucopy2
- 基于直方图的sar图像分割,此方法简单,效果好-sar segmentation based on histgram
Fast_sobel_edgeDetection
- 快速sobel边缘检测,算法简单,使用方便-Quick sobel edge detection algorithm is simple, easy to use
histogram
- 图形图像处理,直方图均衡化程序,显示处理前后直方图,matlab编写-histogram code for matlab
Houghdlinedetect
- Matlab中hough变换检测直线的程序,将灰度图片至于同一目录下,更名为“2.bmp”,运行即可-Hough transform line detection program in Matlab, grayscale picture as to the same directory, changed its name to " 2.bmp can be run