资源列表
RI_lrt
- 图像的变化通常没有先验信息,或者即便有也很难用参数模型描述它,当两者都知道时,我们可以得到分布的似然比,构造比检验。-Image changes often do not have a priori information, or even if there is difficult to describe it with the parameter model, when both are known, we can get the distribution of the likelihood
adaptivethreshold
- 该程序主要实现了自适应阈值分割,用Matlab实现。-this function has implemented the adaptivethreshold segementation. the main methods are average filter and medfilt2.
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
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
remez-filter
- 利用MATLAB语言,采用Remez算法设计三个不同的低通滤波器,程序附有说明,能够很容易看懂。-Using MATLAB, using Remez algorithm design of three different low-pass filter, the program with instructions, can be easily read.
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.