资源列表
PythonCF
- 基于Python的曲率滤波程序,完整可用,非常好用,用来对图像滤波,保边效果好(Curvature filtering procedures based on Python, complete, available, very useful, used to filter the image, edge preserving)
人脸识别
- 使用OPENCV库提供的接口,实现人脸的识别功能。 在一个人脸识别系统中,应用多种预处理技术对将要识别的图片进行标准化处理是极其重要的。多数人脸识别算法对光照条件十分敏感,所以假如在暗室训练,在明亮的房间就可能不会被识别出来等等。比如脸部也应当在图片的一个十分固定的位置(比如眼睛位置为相同的像素坐标),固定的大小,旋转角度,头发和装饰,表情(笑,怒等),光照方向(向左或向上等),这就是在进行人脸识别前,使用好的图片预处理过滤器十分重要的原因。你还应该做一些其它事情,比如去除脸部周围的多余像素(
zibiancwt
- morlet小波变换进行分频,里面有详细的注释。(Morlet wavelet transform used to frequency division, which has detailed notes.)
人体三维重建
- 本案例是对人体医学断层切片的三维重建。这里的医学断层切片使用的是CT,重建的是人体躯干。(Three dimensional reconstruction of sectional slices of human medicine)
OOGLFrame
- 三维显示,使用OpenGL,含有窗口,动态漫游(Three dimensional display, using OpenGL, containing windows, dynamic roaming)
CV方法分割彩色图片
- this is a simple matlab code of paper Active Contours without Edeges for Vector-Valued Images proposed by TonyF.Chan 1999, it included two test piture and test result(this is a simple matlab code of paper Active Contours without Edeges for Vector-V
image_multifractal
- 一种计算图像的多重分形计算程序,可直接运行(an process for image multifractal)
sift
- 对图片进行特征提取,以方便图像拼接成全景图。(Extract features from images)
sift_matcher
- 图像融合的重要组成部分,也是重要成分。用于拼接图像(Image fusion is an important component as well as an important component. Used to splice images)
run_hdr
- 图像融合的重要组成部分,主程序,用于测试图像拼接(Image fusion is an important component as well as an important component. Used to splice images)
paddedsize
- 图像拼接的重要组成部分,是定义paddedsize函数的程序(The important part of image mosaic is the program of defining paddedsize function)
run
- 两张图片拼接成全景图的程序,包括特征提取等步骤。(Two pictures stitching into panorama program, including feature extraction and other steps.)