-
kz
说明: fluent udf dpm particle diamter
- 2011-04-09 02:54:56下载
- 积分:1
-
MRF2.2
MRF代码实现,visual C++ 代码,不错,可以尝试(an implementation of MRF)
- 2021-03-11 15:09:26下载
- 积分:1
-
ImageDevelop_source
vc++图像开发的附书光盘,包括众多的实例程序,每个程序都可以是功能完备的工具软件.(visual c++ image develop source code and instances)
- 2010-09-25 10:53:59下载
- 积分:1
-
Chapter-1
数字图像处理的基础知识学习 涵盖源代码,有助于提高编程(digital image processing )
- 2013-11-05 20:36:52下载
- 积分:1
-
jpeg
本项目成功地实现了jpeg图像的压缩非常实用!!!!!!(The project successfully realized the jpeg image compression is very useful!!!!!!!!!!!!!!!!)
- 2016-03-13 05:37:57下载
- 积分:1
-
Match
匹配算法,可以完美运行,对于初学者有着很好的参考价值(Matching algorithm, can be a perfect run, has a very good reference for beginners)
- 2013-12-13 23:14:37下载
- 积分:1
-
EdgeDetection
基于Visual C++的图像边缘检测工程,以Canny为例(Visual C++-based image edge detection works to Canny Case)
- 2013-10-22 11:33:56下载
- 积分:1
-
demo
一个有关边缘检测 robert sobel FFT傅里叶变换等算法的demo(a demo using VC++ that implements the algorithms of edge detection and FFT)
- 2010-05-21 14:32:48下载
- 积分:1
-
位图的读写MyBitmapImg
本程序实现位图的读写,均衡化,滤波,LBP,LTP特征提取以及基于LBP,LTP和卡方距离,最近邻分类的人脸识别,批量给图片改名等功能(The program can read and write a bitmap, equalization, filtering, LBP, LTP feature extraction and nearest neighbor classifier for face recognition based on LBP, LTP and chi-square distance, rename picture and some other functions.)
- 2013-09-18 10:05:23下载
- 积分:1
-
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