-
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
-
3dwatershed
用分水岭算法对三维模型进行分割处理。可以实现对三维模型的有意义分割。(Using three-dimensional model of the watershed algorithm to be dealt with separately. Three-dimensional model can achieve meaningful partition.)
- 2009-01-13 20:29:26下载
- 积分:1
-
yuandaima
用VC实现Canny算子提取图像边缘,提高图像质量(Using VC realize Canny operator extracts image edge to improving image quality.)
- 2012-03-02 22:04:27下载
- 积分:1
-
PC20121224
先进行图像的预处理,采用中值滤波,梯度增强。基于边缘帧差法实现前景检测(first image preproceing,the median filtering,grdient enhancement。based on edge detection method of frame to realiase prospect)
- 2012-12-25 17:28:48下载
- 积分:1
-
Common-standard-pics
数字图像处理中常用的标准图像,包括大家所共知的lena等图片的高分辨率版本,推荐大家下载(Commonly used in digital image processing standard images, including all the known to the lena and other high-resolution version of the picture, we recommend downloading)
- 2011-05-27 19:05:02下载
- 积分:1
-
Transfortion
计算机图形学中实现多边形平移,旋转,缩放变换。(Polygons in computer graphics to achieve translation, rotation, scaling transformation.)
- 2020-11-11 20:29:44下载
- 积分:1
-
GDAL
GDAL影像显示 建立金字塔通过i移动图像 进行图像的放大缩小 多波段显示影像金子塔显示
(GDAL image creates pyramid)
- 2012-12-21 23:29:55下载
- 积分:1
-
guass_fliter_pic
高斯滤波算法,可用于模糊图片,除掉图片中的高频噪声(gauss fliter to remove high frequency noise for pic )
- 2017-03-11 10:40:11下载
- 积分:1
-
imageFusion
像素级融合实现
pca his,brovery加权融合方法,很不错(Pixel level fusion to achieve pca his, brovery weighted fusion method, very good)
- 2010-12-12 13:57:23下载
- 积分:1
-
kalman_filter
卡尔曼滤波算法,opencv代码,鼠标跟踪(Kalman filter algorithm, opencv code, mouse tracking)
- 2016-04-19 15:45:48下载
- 积分:1