搜索资源列表
gabor
- gabor滤波C++源码,需要安装opencv库支持
faceRecog基于OpenCV的人脸识别系统
- 使用了Gabor+LDA算法,包含人脸检测、对齐、光照预处理、识别模块
Gabor(matlab_C_Cv).rar
- 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
gacv02
- gacv 名字取自 gabor , adaboost , opencv , 他用了 gabor滤波,AdaBoost (MultiBoost ) 分类器和 opencv 开发库,这是第二个测试版叫 gacv02 。这个程序的第一个测试版 gacv01 可以检测大小有一定变化的目标,但是不能检测平面旋转的目标。gacv02 改进了算法可以处 理目标的大小变化和平面旋转,检测速度也有了提高。 -gacv name from gabor, adaboost, opencv, he u
FaceRecog_src100902
- 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
openCV
- 是一些高校关于用opencv做的一些硕博士论文,很有参考价值-Some universities use the opencv do on some of Dissertations, a good reference
QtOpenCV
- qt+openCV捕捉摄像头,最简单的摄像头图像采集程序仅供参考。-qt,camera
cvgabor
- 基于OPENCV的Gabor滤波,已经封装,非常好用-OPENCV based on the Gabor filtering, has been packaged, very easy to use
GaborOpenCV
- 本文件实现了在OpenCV开发环境下的Gabor,可以直接加入OpenCV作为开发文件调用。-Gabor based on OpenCV.
extrace
- 基于Gabor滤波器的图像纹理特征提取,Gabor,纹理特征-Gabor filter-based feature extraction of image texture, Gabor, texture features
gabor
- 基于openCV的gabor函数,一位牛人编写的。希望对大家有用-gabor function based on openCV
gabor_filter
- 实现对图像的gabor小波变换,利用了opencv的函数库,可实现方向和尺度等多项选择。-Achieve image gabor wavelet transform, using the opencv function library, enabling the direction and scale and many other options.
gabor
- it is opencv code for generating gabor features
GaborTest
- Gabor Filter Test This project based on OpenCV and MSVC 6.0
gabor
- gabor小波源文件 在VC++实现 基于OPencv的-gabor wavelets
cvgabor
- 这里包含高质量的Gabor实现代码,基于OpenCV。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 -Gabor included here to achieve high-quality code, based on OpenCV. Gabor transform can be achieved in multiple scales, multiple orientations of the transform
openCV
- gabor with opencv c# exam
gabor
- 图像处理中的gabor特征,使用opencv编写。-Gabor features, written in opencv.
gabor
- gabor滤波器的opencv实现(QT环境)-Gabor Filters and Wavelets based on OpenCV
Gabor变换及特征提取
- 利用opencv在VS2012中编程实现的Gabor特征提取(Gabor feature extraction based on OpenCV programming in VS2012)