登录
首页 » 图形图像 » 基于hmm的人脸识别代码

基于hmm的人脸识别代码

于 2023-01-22 发布 文件大小:375.97 kB
0 188
下载积分: 2 下载次数: 1

代码说明:

基于hmm的人脸识别代码-based on face recognition code

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

发表评论

0 个回复

  • 这是一个用VC编的系统编程,内容有大量的API函数
    这是一个用VC编的系统编程,内容有大量的API函数-This is a series of the VC system programming, as a large number of API Function
    2022-07-19 04:23:33下载
    积分:1
  • 用c++的mfc和opengl中相关函数实现物体的三位观察
    用c++的mfc和opengl中相关函数实现物体的三位观察-Using c++ in mfc and opengl in the correlation function of the three observation of objects
    2022-01-21 05:18:45下载
    积分:1
  • 技术,个人感觉很不错,有绘各种复杂曲线的例子等
    绘图技术,个人感觉很不错,有绘各种复杂曲线的例子等-Graphics technology, personal feeling is pretty good, there are painted all kinds of complicated examples, such as curve
    2023-05-07 02:25:02下载
    积分:1
  • sm502最新驱动,支持1280*1024分辨率显示,用于构建高分辨率嵌入式应用。...
    sm502最新驱动,支持1280*1024分辨率显示,用于构建高分辨率嵌入式应用。-the newest driver about sm502 for high resolution embedded application,the resolution support is up to 1280*1024.
    2023-08-31 21:45:03下载
    积分:1
  • gaot遗传算法优化工具箱的介绍及实例的源程序
    gaot遗传算法优化工具箱的介绍及实例的源程序-gaot genetic algorithm optimization toolbox presentation and examples of the source
    2022-05-24 20:34:02下载
    积分:1
  • GIF格式的C语言解码源程序GIF89A的标准文档
    GIF格式的C语言解码源程序GIF89A的标准文档-GIF format C language source code decoding standard document GIF89A
    2022-08-17 10:05:18下载
    积分:1
  • 是一个324*306*32 海豚游泳的源代码
    是一个324*306*32 海豚游泳的源代码-Is a 324* 306* 32 dolphins swim in the source code
    2022-07-21 10:51:31下载
    积分:1
  • 本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等处理方法;其次,探讨了如何提...
    本文论述并设计实现了一个脱机自由手写体数字识别系统。文中首先对待识别数字的预处理进行了介绍,包括二值化、平滑滤波、规范化、细化等图像处理方法;其次,探讨了如何提取数字字符的结构特征和笔划特征,并详细地描述了知识库的构造方法;最后采用了以知识库为基础的模板匹配识别方法,并以MATLAB作为编程工具实现了具有友好的图形用户界面的自由手写体数字识别系统。实验结果表明,本方法具有较高的识别率,并具有较好的抗噪性能-In this paper, and designed to achieve a free offline handwritten numeral recognition system. First, the identification number of the preconditioning treatment were introduced, including binarization, smoothing filtering, standardization, refinement, such as image processing method Secondly, to explore how to extract the number of character strokes of structural features and characteristics, and described in detail Knowledge of the construction method Finally the use of a Knowledge-based template matching method to identify and MATLAB as a programming tool to achieve with a friendly graphical user interface of free handwritten numeral recognition system. The experimental results show that this method has higher recognition rate, and has better anti-noise performance
    2022-03-17 23:58:28下载
    积分:1
  • 边缘检测的程序源代码,处理的初步阶段,可以很好的检测出的边缘...
    边缘检测的程序源代码,图像图形处理的初步阶段,可以很好的检测出图像的边缘-Edge detection program source code, image and graphics processing of the initial stage, would be a very good image edge detection
    2022-05-05 02:54:25下载
    积分:1
  • 1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋...
    1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 -1) 直线的生成 内容:用Bresenham算法画直线 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行 2) 圆弧的生成 内容:用Bresenham算法画圆 要求:  将象素网格表现出来,建立网格坐标系  用橡皮筋的形式输入参数  鼠标移动时,显示鼠标当前位置  显示判别式的计算过程和下一点的选择策略  记录生成点的坐标,建议用表的形式  图形生成过程可以重复进行
    2022-05-22 04:38:32下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载