搜索资源列表
facedetectSourceCode
- 一个外国人写的经典人脸检测原代码,其代码简洁明朗,很具有阅读性和研究价值-a foreigner to write the classic Face Detection original code, the code simple uncertainty, it is very reading and research value
image-management_arithmetics
- 里面包含着19个数字图像处理的经典算法,对图形图像的代码编写能提供所需要的帮助!-contained 19 digital image processing algorithms classic, Graphic images of the code can be prepared to provide the necessary help!
harriscorner
- 经典的harris corner代码,在vc++下实现检测精度高。
RansacCode
- 计算机视觉方向 图像处理代码 排除错误点匹配的经典算法-computer vision ,image process. function: eleminate the false points Ransac
matlabpattren
- MATLAB 下的模式识别代码,经过实验验证和分析,很经典-Pattern recognition under the MATLAB code, after experimental verification and analysis, classic
a-face-recognition-based-on-HMM
- 用HMM算法实现人脸识别的代码,经典不容错过-Face recognition algorithm with the HMM code, classic not to be missed
depthofimagegenerati
- OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU method of adaptive image binarization threshold, OTSU
caltech-image-search-1.0
- 大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Sc
Pattern-Recognition-code
- 模式识别种一些经典的案例分析以及相关的C++源程序代码-Pattern recognition some classic case studies, and C++ source code
VCPPDIPRTEP
- visual C++数字图像模式识别技术及工程实践。介绍了模式识别和人工智能中的基本内容和相关模型,如:隐马尔可夫模型、聚类技术等,同时结合模式识别中的经典问题如:笔迹鉴定、人脸检测、车牌识别、医学图片处理等,从不同的角度介绍了这些问题,给出了基于C/VC++的代码实现。-visual C++ digital image pattern recognition technology and engineering practice.The basic content and related mo
EigenFaceCode
- 特征脸的代码,是人脸识别领域里最早的、最经典的识别算法-The Eigenface code,belonging to face recognition field, the oldest, most classic recognition algorithm
matlabOCR
- matlab 文字识别 经典代码 文字分割 文字识别-Matlab character recognition classic code
123456cluster
- 本代码是图像模式识别(杨淑莹)的聚类程序的代码,本程序可以在windows平台运行,代表包含很很多经典的聚类算法。-This code is an image pattern recognition (2.Tianjin) clustering procedure code, the program can run in windows platform, representing contain very many classical clustering algorithms.
SIFT
- 收集的SIFT特征描述子的资料,代码合集, 代码在里面的文件夹中,有matlab和C++的实现 SIFT是目前最经典的图像特征提取方法-tutorial and code for SIFT
Corner-detection-based-on-Harris
- 一种很好的角点检测方法,基于经典的休斯变换,代码比较短利于理解与改进。-A good corner detection method
juanjishenjingyuanjingdianlicheng
- 卷积神经元的经典历程,它其中包括了卷积神经元的运行数据库以及运行的代码,里面带有讲解,对初学者很有帮助。-The classic course of the convolution of neurons, which includes the operation of the and the operation of a convolution of the code, which carries on to explain, very helpful for beginners.
mxnhu
- 经典图形处理程序,很好的原代码 不错的源码(Classical image processing procedures, very good source code source code)
face-Adaboost
- 用Adaboost和PCA算法实现人脸识别,用Python写的代码,根据经典的PCA和SVM算法改编(Adaboost and PCA algorithm for face recognition, code written in Python, adapted from the classic PCA and SVM algorithm)
红外小目标检测算法Local CM
- 这是对2014 IEEE trans on GRS上的经典论文LCM的实现,还没有对代码进行优化,能完成任务,但效率不太高。(This is the implementation of LCM, a classic paper on 2014 IEEE Trans on GRS. The code has not been optimized and the task can be completed, but the efficiency is not very high.)