搜索资源列表
SIFT特征提取算法
- 经典的图像特征SIFT特征提取算法源码,SIFT特征在图像匹配和目标识别方面取得了成功的应用
图像特征提取源码
- 各种图像特征提取函数源代码;来自vdbms。
surf特征提取算法源码
- surf特征提取算法源码,用opencv实现,可用于特征匹配、图像拼接等
LBP特征提取算法
- 用LBP对图像提取特征
用sa进行光谱图像的特征提取的matlab程序
- 用sa进行光谱图像的特征提取的matlab程序,该算法比用其他方法在性能方面高%15-with spectral images of the Matlab feature extraction procedure, the algorithm than other methods in high-performance
imageprogram
- 关于图像特征提取的一些算法的源代码,对搞图像处理和识别的会有一定帮助-images on the feature extraction algorithm source code, engaged in image processing and recognition would certainly help
Image_Dist1.03
- 图像特征提取算法,图形界面,可以提取 多种特征参数-Image feature extraction algorithms, graphical interface, you can extract a wide range of characteristic parameters
edgehist
- 图像特征提取算法,可供学生学习参考,用的是c++语言写的。-Image feature extraction algorithm, for students to learn reference, using c++ Language writing.
tezheng
- vc++下的图像特征提取算法,内含四个基本图像特征-vc++ under the image feature extraction algorithm, including four basic image feature
FingerPrintVerify20071219
- 指纹图像特征提取、比对、与图像处理算法(来源于网络资源)-Fingerprint image feature extraction, matching, and image processing algorithm (derived from network resources)
feature_selection_peng
- 图像特征提取的四种算法,花了很大的力气才弄来的!和大家分享!-Four types of image feature extraction algorithm, to spend a great deal of effort to get the! To share with you all!
Sift
- 用SIFT (Scale Invariant Feature Transform) 算法进行图像特征提取,基于OpenCv的C++代码实现。-Using SIFT (Scale Invariant Feature Transform) algorithm for image feature extraction, based on the OpenCv the C++ Code.
leituoyuantezhengzidongshibiejiyaxiangsutiqudewanz
- 针对视觉检测中高精度、自动化类椭圆图像特征提取的需要,提出一种类椭圆特征自动识别和中心亚像 素定位的完整实现方法。方法中采用基于类椭圆边缘属性对特征区域进行自动识别,采用最小二乘椭圆拟合 精确求取类椭圆亚像素定位中心。实验表明,基于该解决方案,可以实现类椭圆特征的自动识别及椭圆中心的 亚像素定位,定位算法精度较高,鲁棒性强,同时简便易行,不需要人机交互,可以很好地满足视觉检测仪器化 需求。-Vision testing
RH
- 图像特征提取与识别算法,自己编的,大家用下感觉如何?-Image Feature Recognition
manifold
- 一个Matlab环境下编写的流行学习(manifold)算法,可用于图像特征提取及行为模式提取-Matlab environment to prepare a prevalence study (manifold) algorithm, can be used for image feature extraction and pattern extraction
CsharpEdison
- 基于均值漂移(mean shift)算法的图像分割程序,可用于图像特征提取,图像识别等。参考文献:Comaniciu(2002) Mean shift- a robust approach toward feature space analysis.pdf-image segment algorithm based on mean shift, reference Comaniciu(2002) Mean shift- a robu
pcasift
- 对虹膜识别的图像预处理各个步骤和虹膜图像特征提取 过程进行了研究,提出了一种虹膜定位算法-The image of the iris recognition iris image preprocessing steps and feature extraction process is studied, presents a iris location algorithm
featureExtraction
- 图像处理中的特征提取算法,做识别和检测也许都用的上-Image processing feature extraction algorithm, making identification and testing may be used on both
SIFTtutorial
- 图像特征提取以及匹配,sift代码。可用于图片检索中,同比SURF,其算法可以较好的识别图像中文字-Image feature extraction and matching, sift the code. Can be used for image retrieval, up by SURF, the algorithm can better identify the image text
DCT
- 本文设计基于DCT的人脸识别系统,首先结合当今人脸识别的背景和发展状况讨论了人脸识别的研究内容及在各方面的应用;然后研究了人脸识别进行预处理,讨论了人脸识别预处理的其他方法,分析各种方法的利弊,最后采用DCT(离散余弦变换)实现人脸图像预处理中的降维处理;接下来对人脸图像的特征提取进行了研究,简单叙述了几何特征提取和代数特征提取,同时深入研究了基于DCT和PCA变换的人脸图像特征提取,从而实现是否对人脸识别系统识别率有所提高的研究;对于