资源列表
GMM-GMR-v2.0
- 统计概率模型 高斯混合模型的匹配,属于拟合类算法,可以用于2D 和3D数据(Expectation-Maximization estimation of GMM parameters. % This source code is the implementation of the algorithms described in % Section 2.6.1, p.47 of the book "Robot Programming by Demonstration: A %
中值滤波
- 给定一幅单波段影像imgData.txt(ASCII格式),实现对图像的处理和显示。 已知条件: (1)clrTbl.txt文件是一个颜色查找表,大小是256X3,即可表示256中RGB的颜色。 (2)ImgData.txt文件中是图像的数据,每个值代表一个像素的颜色索引号,通过索引号到颜色查找表(clrTbl.txt文件)中找到相应的RGB颜色值。 (3)中值滤波:一种非线性平滑技术,它将每一像素点的灰度值设置为该点某邻域窗口内(这里选择3X3)的所有像素点灰度值的中值。 (4)屏幕上显示像素
1
- 通过形态学处理的方式得到 骨架(The skeleton is obtained by morphological processing)
定位
- 简单的图像处理,各种滤波处理图像。(simpal picture deal)
tiqusift
- 提取sift特征(extract sift feature)
MultiImageViewer
- 多张图片浏览器,放大缩小,鼠标定点缩放,平滑缩放,旋转等。(Multiple photo browsers, zoom in, rotate, etc.)
PR
- 本资料给出了‘运用特征值法进行人脸识别’的matlab仿真程序和相应的范例,以供大家学习和参考.((This information gives matlab program using matrices to identify the pictures of human faces,and alse gives the corresponding examples for all to study .))
CNN-LeNet5
- CNN中的手写识别LeNet5实现,用python,进行了中文注释(CNN handwritten recognition LeNet5 implementation, using python, carried out in Chinese Notes)
BMP
- 详细的讲解了BMP的文件格式,在用TFT显示图片的时候不妨回头看看这个文件熟悉熟悉(Detailed explanation of the BMP file format, when using TFT display pictures, may wish to look back at this document, familiar with the familiar)
CSBP_matlab_20130523130009
- 一些压缩感知的代码举例, 还请多多指教,谢谢啦(The examples of compressed sensing.)
pyscenedetect-master
- 检测视频中镜头,对视频进行分割,使用python语言。(Detect video shots, video segmentation)
latmab文件
- 用最大熵法分割图像,matlab实现最大熵法图像分割程序源代码。(Using maximum entropy method to segment images, matlab achieve maximum entropy method, image segmentation program source code.)