搜索资源列表
cvgabor
- 利用OpenCV实现的Gabor Filter。支持Gabor Filter的不同参数。-Using OpenCV implementation Gabor Filter. Gabor Filter support different parameters.
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
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
cvGabor
- 基于OPENCV 的Gabor滤波核的实现。-OPENCV the Gabor filter-based core.
Gabor2
- VC++2008 opencv实现的Gabor函数。很好-VC2008 Gabor
FaceRecog_OpenCV
- VC++写成的人脸识别程序,用OpenCV2.2库,采用Gabor+Fisherface算法,附有演示程序,识别概率高,包含源代码和使用说明-This program, written in VC++, built with MS Visual Studio 2008 SP, using OpenCV 2.2, provides some basic face recognition APIs. It applies a few FR algorithms according to the kn
CV2
- 利用opencv进行图像特征抽取,包括使用高斯滤波和sobel算子进行边缘提取,使用harris算法进行角点检测,使用hough变换找出图像中最长直线,使用Ranec算法找出图像中直线,Gabor滤波-Using opencv image feature extraction, including the use of Gaussian filtering and Sobel operator edge extraction, Harris algorithm corner detection,
gabor
- gabor滤波器的opencv实现(QT环境)-Gabor Filters and Wavelets based on OpenCV
Gabor-filer
- 基于opencv的Gabor滤波器。希望对大家有点帮助。-Opencv based on Gabor filters. We want a little help.
cvgabor
- 这是基于opencv的Gabor小波的滤波器,包含程序和头文件,希望可以对大家有帮助。-This is based on the opencv Gabor wavelet filter, contains the program and header files, I hope you can help.
opencv_python_gabor_filtering
- I got this code from one Japanese university. This code written by python+opencv and apply gabor filtering to image. The application with sigma, lamda, theta, gamma, psi slider, you can adjust each slider and see the effect on image simultaneously, i
Gabor in opencv
- Gabor filter in opencv have main function
tgabor
- Gabor filter in opencv have main function
biaoqingshibie
- Gabor+PCA的人脸表情识别程序,基于OpenCV实现的-face expression recognization
gabor
- gabor filter source is used opencv graphics image processing related purposes.
python
- gabor滤波器提取图像特征,使用了opencv库(Gabor filter to extract image features)