搜索资源列表
摄像头标定源码
- 摄像头标定源码 visual c++ 平台下实现,The source code of computer vision experiments, including the various canny edge detection, sift feature extraction, camera calibration, gabor filtering algorithm for stereo vision, etc.
gabor_image_paper
- Example of a two-dimensional Gabor filterIn image processing, a Gabor filter, named after Dennis Gabor, is a linear filter used for edge detection. Frequency and orientation representations of Gabor filter are similar to those of human visual system,
gaborfil
- 利用Gabor滤波器进行特征提取,在信号与图像处理领域有着广泛的应用。参考文献“Efficient Computation of Gabor Features”-Gabor fi lter responses are widely and successfully used as general purpose features in many computer vision tasks, such as in texture segmentation, face detection
edgedetectionweb
- 很方便的Gabor滤波器做图像纹理方向检测-texture oriantation detection using Gabor filter
Gabor_Filter
- Gabor滤波器对于lena图片的一个边缘检测程序!-Gabor filter for Lena image edge detection process
24368
- 程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。 每个类的具体方法
EdgeDetectionUsingGabor
- Program for edge detection using Gabor filters
参考文献
- 四种算法的织物疵点检测论文,LBP,灰度共生矩阵,直方图统计,Gabor滤波器(Four algorithms of fabric defect detection paper, LBP, grayscale symbiotic matrix, histogram statistics, Gabor filter)