搜索资源列表
ImageWatershedSegmentationcode
- 图像分割中的分水岭(water shed segmention)算法的源码-image segmentation of the watershed (water shed segmention) algorithm source code
yingzhang_recoginition
- 印章识别算法源码,主要从原图像中提取各分量进行背景去除,然后提取特征-chop recognition algorithm source, mainly from the original image from the background component removed, and then extracting features
face_detect_recognition
- 人脸的检测与定位算法源码,主用是采用人脸的灰度信息进行人脸的检测,并定位鼻子眼睛和嘴-Face detection and location algorithm source code, the main use is the human face of gray information Face Detection, positioning the nose and eyes and mouth
SVM(matlab)
- 支持向量机(SVM)实现的分类算法源码[matlab] -Support Vector Machine (SVM), a classification algorithm source code [Matlab]
BACKPROP
- 神经网络的B_P算法源码,主要用于训练,获得权值
matlabimagepattern
- matlab下的图像模板匹配算法源码,是一个很好的例子,对大家有帮助
K-means算法源码
- kmeans This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers
Camshift 源码
- 利用实现了基于camshift算法
SRC 实现了使用基于稀疏表示的人脸识别算法
- 该源码实现了使用基于稀疏表示的人脸识别算法。使用GPSR作为l1模最小化方法。-This pack of code implement a imges-based face recognition using sparse representation classification. In the algorithm, i employ GPSR as tool to complete the optimization procedure of l1-minimization.
face_dection_neural_network
- 人脸识别中人脸定位算法。本人的收藏。MATLAB程序源码。-Face recognition of human face location algorithm. My collection. MATLAB program source code.
ccma
- 人脸识别算法源码,该算法用于提取人脸中的非线性特征-Source face recognition algorithm, the algorithm used to extract facial features of the non-linear
FaceRecognize
- 小波的人脸识别算法源码[matlab] 效果显著-Source wavelet for face recognition algorithm [matlab] the effect of significantly
thinner-art
- 模式识别系列联机字符识别中用到的细化算法源码-Pattern Recognition series of online character recognition algorithm source code used in the refinement
QR
- QR识别 for C++ Builer,一个很好很好的程序,可以使用,有识别算法源码-QR identification for C++ Builer, a very, very good program, you can use, there is recognition algorithm source code
robwhess-opensift-300bad1
- SIFT算法 源码实现,图像配准必看,希望能给大家些帮助-SIFT algorithm realization source code, image registration must see, we hope that more help
svm-examples-code-
- svm 算法源码 分类实例,vc版本的,可以直接运行dsw工程-svm classify source code
NEO0
- 人脸识别的算法源码,调用了face++接口,可以对比两张图片的人是否为同一个人-Face recognition algorithm source, call the face++ interface, you can compare the two pictures of the same person
指纹识别算法
- 指纹识别的源码,类库,以及各种封装方法。(fingerprint identification)
模板匹配源码
- 基于MATLAB的SAD模板匹配算法,可以在原图中找到匹配的部分并进行框选。
支持向量机算法可视化实现
- 项目文件分为src和data两部分,src文件夹下存放源码,data文件夹下存放样本数据和生成的结果文件。 项目中含有RBF SVM分类算法,可视化界面上分别有对应算法的训练和结果展示按钮,通过按钮可以触发模型训练和可视化效果呈现。 项目运行过程中,会有一些日志打印出来。 详见内部说明文档