登录
首页 » Visual C++ » 24368

24368

于 2015-04-13 发布 文件大小:2790KB
0 299
下载积分: 1 下载次数: 11

代码说明:

  程序将界面与数据处理分开,界面采用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.)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DarkChannelPrior
    目标物与摄像机距离已知的情况下,计算白天大气能见度距离。(The distance between the object and the camera is known to calculate the visibility distance in daytime.)
    2017-01-20 14:10:32下载
    积分:1
  • yj
    说明:  :针对显微图像分析、识别需要的全自动控制显微镜,研究开发其相应的图像处理算法。提 出了能量谱自动聚焦评价函数算法、自适应选取基准图的图像拼接算法、改进 Laplacian算子的多层 聚焦图像叠合算法等。该算法模块已成功地应用于所开发的CMIAS 显微医学图像分析系统中,取得 了满意的应用效果。(【ABSTRACT】For the automatic microscope required by micro-image analysis and recognition, the relevant image processing a lgorithms are investigated. Three algorithms are described: energy-spectrum image auto focusing evaluation function, image merging based on the adaptive selection of standard image and sum-modified-Laplacian (SML) operator for multi-focus image fusion. The algorithms have been applied successfully to CMIAS medical micro-optical image analysis system and testified to be feasible and effective. )
    2009-11-05 10:02:07下载
    积分:1
  • glint
    此程序为计算雷达目标特性角闪烁特性的函数代码(computing the anglar glint)
    2020-09-28 08:47:44下载
    积分:1
  • PhotoCut
    基于OpenCV实现的图像剪切,截取小软件,对学习OpenCV的朋友比较有帮助(OpenCV based on the realization of the image shear, the interception of a small software, to learning more OpenCV friends help)
    2020-11-17 15:19:41下载
    积分:1
  • sar
    SAR成像算法的分析; SAR成傢算法简要介绍 ;Chirp-scaling算法 ; 分布式小卫星SAR解方位多普勒模糊的点目标仿真; 分布式小卫星SAR成像的仿真参数 ; 点目标成像仿真及结果 (SAR imaging algorithm analysis SAR algorithm married briefly Chirp-scaling algorithm distributed small satellite SAR azimuth Doppler ambiguity solution point target simulation distributed small satellite SAR imaging simulation parameters Point Target Imaging Simulation and results)
    2010-07-07 14:07:57下载
    积分:1
  • DebugDemo
    设置位置断点跟踪程序,VC++精选编程源码,很好的参考资料。(Set breakpoint location tracking procedures, VC++ programming source code, a good reference.)
    2013-11-26 09:57:15下载
    积分:1
  • tuxiangchulidaima
    本文针对目前图像特效处理的需求,主要研究几种基本的数字图像处理算法,以达到人们所期待得到的各种不同的效果。并在基于Windows系统的Visual C++6.0集成开发环境下,生成BMP位图文件并对其进行读取,使用VC编码实现这些算法。编写程序在BMP位图文件中画出各种图像,例如:三角型,圆,正弦函数图。在点运算处理中介绍了灰度化处理,算法设计原理是将输入像素点的灰度值通过算法实现改变其相应输出点的灰度值。在图像增强中,介绍了图形的平滑和图像的锐化算法,其算法的设计原理是根据一个固定小区域的几个像素灰度值设置某个像素的灰度值,通常有其固定模板。 本文具体给出了这些算法的设计思想及算法描述,并通过程序实现。最后将其效果图与原始图像进行了比较。 (In this paper, the image effects to deal with the current demand for basic research in several digital image processing algorithms in order to achieve what people expect different result. And Windows-based system, Visual C++6.0 integrated development environment to generate BMP bitmap file and read them using VC coding to implement these algorithms. Write a program to draw a variety of graphics in BMP bitmap file, example: triangle, circle, sine function diagram. Point arithmetic processing grayscale processing, algorithm design principle is the value of the input pixel gray value of the corresponding output point algorithm change. Enhancement of the image on the smooth graphics and image sharpening algorithm. The design principle of the algorithm is based on a fixed number of small regions of a pixel value of gray-scale pixel value, usually a fixed template. In this paper, given the specific design of these algorithms and the algorithm description, and program . Finally, the effect o)
    2015-07-07 10:05:26下载
    积分:1
  • xaiobo
    基于小波的视频图像压缩研究进展 基于小波的视频图像压缩研究进展(Wavelet-based video image compression research progress)
    2012-02-04 00:38:19下载
    积分:1
  • TTsaidemarcats
    Tsai标定算法,用用于图像标定的,可以使用 (Tsai calibration algorithm used for image calibration, you can use)
    2012-09-15 19:07:10下载
    积分:1
  • QuickCam
    实现对图像的经验模态分解,得到经验模态分解后的第一层IMF分量,反映了图像的主要信息,去除冗余信息,为识别提供了基础。(Empirical mode decomposition of image, obtain the empirical mode decomposition of the first layer of IMF component, reflected the main information of the image, to remove redundant information, provide the basis for identification. )
    2014-01-20 14:16:39下载
    积分:1
  • 696518资源总数
  • 106010会员总数
  • 4今日下载