-
24368
程序将界面与数据处理分开,界面采用MFC的对话框模板,对注册、训练、识别和主界面分别建立一个类,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。
数据处理又分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。这样的程序结构使对界面和算法彼此独立,互不影响。
每个类的具体方法请见相应头文件中的注释。(The program will interface with the data processing separate interface using MFC dialog template, registration, training, recognition and the main interface, respectively, to create a class that interacts with the user through a message handler, using multiple threads to display images in real time.
  Data processing is divided into a CFaceAlign (Face Detection+ geometric normalization), CLightPrep (illumination normalization), CFaceFeature (Gabor feature extraction), CSubspace (computing Fisherface subspace) four categories, as well as a class is responsible for managing CFaceMngr interface and data exchange between. Such a program structure allows for interfaces and algorithms are independent of each other.
Specific methods of each class, see the comments in the appropriate header files.)
- 2015-04-13 10:05:34下载
- 积分:1
-
watershed
自己编的分水岭算法的程序 大家随便看看吧(Own procedures for the watershed algorithm we just take a look at it)
- 2009-07-08 19:21:39下载
- 积分:1
-
createSeed
说明: 通过用户给定的标签信息,来提取图像中的标记像素点位置,保存为种子点(Through the label information given by the user, the position of the label pixels in the image is extracted and saved as seed points.)
- 2020-06-16 01:20:02下载
- 积分:1
-
cuvsor
snakes are a variational technique to find the best contour,(Snakes are a variational technique to find the best contour,)
- 2017-05-03 17:38:54下载
- 积分:1
-
眼睛鼻子嘴识别
说明: 图像处理-人脸识别技术:识别出图像中人物的五官形态,从而达到识别人脸的目的。(Image Processing-Face Recognition Technology)
- 2020-06-23 11:00:02下载
- 积分:1
-
TestCamWin32
能实现VFW编程,调用本地视频设备,实现视频捕捉和RGB-YUV颜色空间转换。
(To achieve VFW programming, call the local video equipment, the implementation of video capture and RGB-YUV color space conversion.)
- 2014-12-20 00:15:50下载
- 积分:1
-
wavelet
基于小波变换的图像融合,已形成界面。可通过界面进行相关图像处理操作。(Based on wavelet transform image fusion, has become the interface. Interface can be related to image processing operations.)
- 2009-04-18 16:31:18下载
- 积分:1
-
123
主要适用于图像分割,用的是马尔科夫随机场,非常好用(Mainly applicable to image segmentation, using the Markov random field, very easy to use)
- 2017-05-05 08:13:06下载
- 积分:1
-
SPAMS-matlab-svn.rar
这是SPAMS的原始代码,是稀疏表示的重要工具箱~(This is SPAMS original code, is an important toolbox sparse representation)
- 2013-08-05 16:19:41下载
- 积分:1
-
SURF
基于SUFT的特征提取与匹配,内涵详细的文档说明,很好的实现了特征提取与匹配,该方法较基本的SIFT有很大的提高(Extraction and matching of features based on SUFT, detailed content of the documentation, very good realization of the feature extraction and matching, SIFT the method is basic is greatly improved)
- 2013-10-04 11:10:04下载
- 积分:1