-
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
-
VariousSRinNonlinearity
介绍了不同非线性模型在随机共振中的应用,像饱和非线性,阈值非线性等(Describes the different nonlinear model of stochastic resonance in the application, such as nonlinear saturation threshold nonlinearity. . . .)
- 2020-12-28 10:09:02下载
- 积分:1
-
tuxiangronghejishu
详细介绍了图像融合的数字水印技术,可以作为毕业设计的良好借鉴素材(Details of the digital watermarking technique of image fusion can be used as a good reference material Graduation)
- 2010-10-27 20:02:00下载
- 积分:1
-
图像处理程序
图像处理程序,基于K均值聚类的图像分割——灰度图像,基于中位数算法的运动目标检测(Image processing program, image segmentation based on k-means clustering -- gray image, moving target detection based on median algorithm)
- 2020-06-20 14:00:02下载
- 积分:1
-
L1_SVD
利用压缩感知实现波达方向估计,运用奇异值分解对接收信号进行降维,再利用L1范数进行估计(Using compressed sensing DOA estimation using singular value decomposition to reduce the dimensionality of the received signal, and then using the L1 norm estimate)
- 2021-05-14 03:30:03下载
- 积分:1
-
test
本算法有图像融合算法,聚类分析算法,去噪算法,运动模糊算法(This algorithm with image fusion algorithm, clustering analysis algorithm, the denoising algorithm, fuzzy algorithm)
- 2014-12-09 15:47:12下载
- 积分:1
-
leijiayanse
累加颜色直方图法图像检索,包含基本程序、图片库以及WORD说明文档(Cumulative color histogram image retrieval, including basic procedures, photo gallery and documentation WORD)
- 2011-05-21 18:30:06下载
- 积分:1
-
ICM2image_loop
对两帧图像进行ICM调试.包含内容:1估计姿态和摄像机内参数;2两幅图做四次金字塔;3利用输入特征点采用ransac算法估计姿态R, T。4sift特征匹配;5摄像机标定。(ICM images on two debugging. Contains: 1 Estimated posture and intrinsic parameters 2 two plans to do four pyramids 3 using the input feature points using ransac algorithm estimates gesture R, T. 4sift feature matching 5 camera calibration.)
- 2013-11-16 20:58:55下载
- 积分:1
-
hsvyszft00
传统的HSV空间颜色特征提取算法,量化为8H3S3V.(HSV color space for the traditional feature extraction algorithm, to quantify 8H3S3V.)
- 2010-03-16 09:14:53下载
- 积分:1
-
HSV
实现RGB到HSV空间转换,之后提取H、S、V分量后获取图像的颜色直方图和累计颜色直方图。(Achieve RGB to HSV space conversion, after the extraction of H, S, V components to obtain the image of the color histogram and cumulative color histogram.)
- 2021-04-18 08:38:52下载
- 积分:1