Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - matlab image
Search - matlab image - List
基于图像人脸识别2DICA,可运行,人脸数据库是ORL,本人写的。-Image-based face recognition 2DICA, can run, face database is the ORL, I write.
Date : Size : 2kb User : andrew

基于haar特征的adaboost级联分类器的人脸识别应用,可直接运行-Adaboost cascade haar feature based classifier for face recognition applications can be run directly
Date : Size : 4.37mb User : 苏军

DL : 0
是《Visual C++/MATLAB图像处理与识别实用案精选》胡小锋 赵辉人民邮电出版社,这本书所有的源码。-Is the " Visual C++/MATLAB image processing and recognition practical case selection," Hu Xiaofeng Zhao Hui People Post Press, the book all the source code.
Date : Size : 6.21mb User :

本程序是先用gabor小波变换对人脸图像处理,然后在用pca进行降维,最后用svm分类器进行多分类分类识别,包扩完整的orl人脸库,需注意的是,svm工具箱是用的libsvm工具箱,运行前先配置好libsvm。版本号:libsvm-mat-2[1].89-3[FarutoUltimate3.0]-This procedure is to use the human face gabor wavelet transform image processing, and then to reduce the dimensions with pca, and finally multi-category classification svm classification and recognition, including the expansion of the complete orl face database, must be noted that, svm toolbox is to use the libsvm toolbox, configured before running libsvm. Version: libsvm-mat-2 [1] .89-3 [FarutoUltimate3.0]
Date : Size : 10.84mb User :

程序可实现人眼虹膜、眼睑及睫毛分割,主要功能有:(1)虹膜内外圆的霍夫圆检测;(2)眼睑检测以及参数方程的求解;(3)睫毛的最优化阈值处理。 vc文件夹下包含以下四个内容:(1)最后编译生成的.exe文件;(2)包含主要算法的.h头文件;(3)两幅原始图像(yangjing1.bmp,yanjing2.bmp);(4)两幅经过MATLAB进行自适应直方图均衡化的图像(yanjing11.bmp,yanjing22.bmp)-Program can achieve human iris, eyelids and eyelashes segmentation, the main features are: (1) iris inside and outside the circle Hough circle detection (2) eyelid detection and parameter equation (3) the optimal threshold eyelash treatment. vc folder contains the following four elements: (1) generated by the final compilation. exe files (2) contains the main algorithm. h header files (3) the two original image (yangjing1.bmp, yanjing2.bmp) (4) After two MATLAB adaptive histogram equalization image (yanjing11.bmp, yanjing22.bmp)
Date : Size : 151kb User : 郭卉

一本非常好的图像处理与识别实用案例精选电子书(利用超星阅读器),包含程序源代码(visual c++和matlab)。请大家一定好好利用该资源!-A very good practical case of image processing and recognition book selection (using the Superstar Reader), contains the source code (visual c++ and matlab). Please make sure to make good use of the resources!
Date : Size : 15.18mb User : longerpamth

分析图像,使用pixval函数来获得牌照的背景色的亮度值和坐标;通过统计的算法找出车牌的范围;通过修剪得到最终图像。-Analysis of images, a function to obtain a license to use pixval background color brightness values ​ ​ and coordinates through statistical algorithms to identify the scope of the license plate by trimming the final image.
Date : Size : 2kb User : zhangping

matlab图像特征识别。分类器的训练方法。很好的学习资料。如何用OpenCV训练自己的分类器。内含人脸库共训练器使用-matlab image feature recognition. Classifier training methods. Good learning materials. How to use OpenCV train their own classification. Training face database containing a total of uses
Date : Size : 5.04mb User : yanhao

在传统图像识别中的模板匹配技术面临着计算量大,存储量大的缺点,因此提出了基于遗传算法的图像识别的方法。本文提出了传统的基于遗传算法和normxcorr2结合的方法,对图像进行离散化,然后把图像识别问题变成一系列的离散点组合优化问题,再利用遗传算法对种群优化的性能,对各个控制点组合优化,让控制点与模板进行匹配,寻出最优解。最后通过实验验证遗传算法在图像识别的优点。-In the traditional image recognition in the face template matching calculation capacity, storage capacity shortcomings, the proposed genetic algorithm based on image recognition method. In this paper, based on genetic algorithms and the traditional method of combining normxcorr2, the image discretization, then the image recognition problem into a series of discrete points of combinatorial optimization problems, and then use genetic algorithm to optimize the performance of the population, a combination of all control points optimized, so that the control points and template matching to find the optimal solution. Finally, experimental verification of the genetic algorithm through the image recognition advantages.
Date : Size : 120kb User : 谢宗华

这是关于配准的一些文章,和伪极坐标识别图像的一个PPT-This is the number of articles on registration, identification and pseudo-polar image of a PPT
Date : Size : 10.75mb User : lizhenhong

指纹识别,包括指纹图像的增强,均衡,纹线的的细化,特征点的提取-Fingerprint identification, including fingerprint image enhancement, balanced, grain refinement of the line, feature point extraction
Date : Size : 2.17mb User : zjf

基于matlab的车牌识别技术 图像处理 系统的实现-Matlab license plate recognition technology based on image processing system to achieve
Date : Size : 189kb User : 胡领

人脸检测,可检测出人脸的数目,位置,并在图片上标注出人脸的位置-Face Detection can detect the number of faces, location, and marked on the face image location
Date : Size : 9.77mb User : zhoupeicheng

使用LLE进行图像识别的MATLAB程序,比较实用。-LLE for image recognition using the MATLAB program, more practical.
Date : Size : 1kb User : 唐安

使用PCA进行图像识别的matlab程序,很实用。-PCA for image recognition using matlab program, it is practical.
Date : Size : 1kb User : 唐安

大规模图像检索的代码,matlab与c++混合编程。总结了目前图像检索领域目前主要存在的方法。通过阅读该代码,可以对于经典的“词袋”模型(bow模型)有个具体的了解,但是该代码没有提供前序的特征提取,是直接从对提取好的特征向量聚类开始的,包括了k-means,分层k-means(HKM)聚类,倒排文件的建立和索引等,该代码还提供了局部敏感哈希(LSH)方法。最后,这份代码是下面这篇论文的作者提供的, Indexing in Large Scale Image Collections: Scaling Properties and Benchmark-This C++/Matlab package implements several algorithms used for large scale image search. The algorithms are implemented in C++, with an eye on large scale databases. It can handle millions of images and hundreds of millions of local features. It has MEX interfaces for Matlab, but can also be used (with possible future modifications) from Python and directly from C++. It can also be used for approximate nearest neighbor search, especially using the Kd-Trees or LSH implementations. The algorithms can be divided into two broad categories, depending on the approach taken for image search: 1. Bag of Words: ---------------- The images are represented by histograms of visual words. It includes algorithms for computing dictionaries: * K-Means. * Approximate K-Means (AKM). * Hierarchical K-Means (HKM). It also includes algorithms for fast search: * Inverted File Index. * Inverted File Index with Extra Information (for example for implementing Hamming Embedding). *
Date : Size : 145kb User : 薛振华

图像特征提取matlab程序,可用于人脸识别或行为识别的图像特征提取matlab程序.-Using matlab to deal with image feature extraction.
Date : Size : 1kb User : Gareth

图像识别,文字提取,边缘提取,二值化,设计模式识别,神经网络-image recognise
Date : Size : 366kb User : 李骥

主要讲到用vc和matlab结合使用进行图像处理和识别!-Main talked about using vc and using a combination of matlab image processing and recognition.
Date : Size : 19.71mb User : zhoupeiyi

针对图像识别,应用matlab进行完成,matlab用于图像处理很是简单-For image recognition, the application of matlab for complete Matlab for image processing is simple
Date : Size : 361kb User : 杨樊
« 1 2 ... 6 7 8 9 10 1112 13 14 15 16 ... 22 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.