-
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
-
多源的图像融合NMF
基于非负矩阵分解理论,实现多源的图像融合(Based on non-negative matrix decomposition theory, to achieve image fusion of multi-source)
- 2015-05-20 13:19:35下载
- 积分:1
-
Multiscale_Retinex-master
SSR单尺度图像增强
MSR多尺度Retinex图像增强模型(MSR Multiscale Retinex Image Enhancement Model)
- 2019-01-17 19:47:32下载
- 积分:1
-
123
用于图像特征提取的基于gabor小波变换,进行各种特征提取(Gabor wavelet transform for image feature extraction for various feature extraction)
- 2018-10-11 10:37:55下载
- 积分:1
-
65520781sxthzsb
对文字笔画特征进行提取,可以对图像中的文本区域进行定位。(Stroke extraction of text features, you can image in the text area to locate.)
- 2009-11-06 17:32:36下载
- 积分:1
-
paticle_filter
自己编写的粒子滤波程序,请用户自己添加视频测试(Their own procedures for the preparation of the particle filter, please add the user' s own Video Test)
- 2009-06-19 12:43:32下载
- 积分:1
-
LBP-master
获取图像的LBP特征:对图像的原始LBP模式、等价LBP模式、旋转不变LBP模式,以及等价旋转不变LBP模式的LBP特征进行提取以及显示(Obtaining LBP features of images: extracting and displaying the original LBP pattern, equivalent LBP pattern, rotation invariant LBP pattern and equivalent rotation invariant LBP pattern of images)
- 2019-04-08 19:36:12下载
- 积分:1
-
DNA
说明: 通过Logistic映射与Chen超混沌系统产生随机序列的DNA分块编解码图像加密技术(Image encryption technology of DNA block encoding and decoding by using logistic map and Chen hyperchaos system to generate random sequences)
- 2021-04-21 22:08:49下载
- 积分:1
-
asgmt1
对于一张8位灰度图像lena.bmp
1)运用4×4抖动矩阵,生成对应抖动图像
2)生成有序抖动图像
3)对于一张24位彩色图像,生成4×4抖动图像( For a 8-bit gray image (lena.bmp)
1)Use a dithering matrix (4*4), generate the dithered image.
2) Generate the ordered ditering image (4*4).
3) For a 24-bit color image, generate the dithered image (4*4). )
- 2011-10-15 10:51:41下载
- 积分:1
-
TDLMS
说明: 图像处理中应用非常广泛的二维最小均方误差算法(TDLMS)。绝对好用!(Image Processing is widely used two-dimensional MMSE algorithm (TDLMS). Absolute ease of use!)
- 2021-03-18 14:39:20下载
- 积分:1