-
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
-
FileRecv
基于小波变换的图像融合程序,低频采用加权平均,高频采用能量最大准则。(Based on wavelet transform image fusion program, low-weighted average, using high-frequency energy is the biggest criteria.)
- 2021-04-29 11:38:43下载
- 积分:1
-
vlfeat-0.9.9
基于sift算法的图像匹配。并用RANSEC算法去除错误匹配。最后还给出了sift算法的图像拼接。(Sift-based image matching algorithm. And use RANSEC algorithm to remove false matches. Finally, given the sift algorithm for image stitching.)
- 2011-06-17 23:48:24下载
- 积分:1
-
GrabCutSource
最经典之做,保证别人没有上传过
实现文章
“GrabCut" Interactive Foreground Extraction using Iterated Graph Cuts
用graphcut实现图像分割,效果非常好(The most classic to do to ensure that other people do not realize uploaded article GrabCut Interactive Foreground Extraction using Iterated Graph Cuts with graphcut realize image segmentation, has very good results)
- 2020-10-30 22:20:01下载
- 积分:1
-
Change Detection Code
遥感影像变化检测算法(IR-MAD、MAD、CVA、PCA)(change detection method(IR-MAD MAD CVA PCA))
- 2018-05-24 09:25:01下载
- 积分:1
-
OMP
压缩感知的OMP算法应用于图像压缩与恢复。(OMP compressed sensing image compression and restoration algorithms applied to)
- 2021-04-19 14:18:51下载
- 积分:1
-
matlab-watershed-algorithm
说明: 使用matlab做分水岭算法,分水岭算法是图像分割中常用的算法,算法的理论依据待考究,适用场景可供分析讨论。(watershed algorithm using matlab)
- 2011-03-01 14:49:10下载
- 积分:1
-
ostu
ostu二值化算法vc实现,基于MIL图像处理软件包将图像解析,通过ostu求取二值化阈值,实现二值化算法(ostu binarization algorithm to achieve vc, MIL image processing software package based on the image resolution, strike through ostu binarization threshold binarization algorithm to achieve)
- 2013-07-26 14:02:37下载
- 积分:1
-
Block-matching(Matlab)
用块匹配法求超分辨率复原中的运动矩阵!提出了一种快速,半像素的三步法!(Block-matching method using super-resolution recovery of movement in the matrix! Presents a fast, three-step half-pixel!)
- 2009-06-14 22:18:20下载
- 积分:1
-
using_envi_create_evf
IDL环境下的EVF矢量数据创建,代码清晰。(IDL environment EVF vector data creation, code clarity.)
- 2013-08-15 11:19:48下载
- 积分:1