-
HMM人脸识别
opnecv广泛应用与机器视觉,本代码是opencv中基于隐马尔科夫(HMM)的人脸识别,能够很好的识别人脸,代码是用c++来编写的,对学习人脸识别有很大帮助
- 2022-08-07 22:00:10下载
- 积分:1
-
本人收集的人脸识别最新资料,从08年到09年,包含各种人脸识别的优秀算法,PCA,HMM,2DPCA,KDDA,一共20个文件,需要安装CAJ阅读器阅读,是不可...
本人收集的人脸识别最新资料,从08年到09年,包含各种人脸识别的优秀算法,PCA,HMM,2DPCA,KDDA,一共20个文件,需要安装CAJ阅读器阅读,是不可多的学习和研究的参考资料(不是源码,算法详细)-I gather the latest information for face recognition, from 2008 to 2009, contains an excellent variety of face recognition algorithms, PCA, HMM, 2DPCA, KDDA, a total of 20 files, need to install CAJ readers to read, is not more than study and research references (not the source, the algorithm in detail)
- 2022-03-23 03:02:33下载
- 积分:1
-
MARS + ASM sourced code + explanations + palette editor
MARS + ASM sourced code + explanations + palette editor-MARS+ ASM sourced code+ explanations+ palette editor
- 2023-05-14 22:45:03下载
- 积分:1
-
增加openscenegraph参数可控制管道
增加openscenegraph参数可控制管道-Parameters can control the pipeline to increase openscenegraph
- 2023-03-03 23:00:03下载
- 积分:1
-
裁剪算法实现代码
裁剪算法实现代码-cutting algorithm code
- 2022-03-23 19:34:21下载
- 积分:1
-
是HP的开源的OCR代码.HP在1985
是HP的开源的OCR代码.HP在1985-1995年间开发的商业质量的OCR引擎,UNLV评为前三,2005年开源。-HP is the revenue OCR code. HP 1985-1995, the commercial development between the quality of O CR engines, as the first three UNLV, in 2005 revenue.
- 2022-02-16 06:07:12下载
- 积分:1
-
jpeg realization for image in c
jpeg realization for image in c
- 2022-03-15 08:24:30下载
- 积分:1
-
电子海图程序源代码,可以对S57格式文件进行解析,希望高手能将显示做出来...
电子海图程序源代码,可以对S57格式文件进行解析,希望高手能将显示做出来-Electronic Chart source code, you can format documents on S57 resolve, I hope you can show up to do
- 2022-03-21 17:57:21下载
- 积分:1
-
这是用MFC编写的使用openGL的视口代码。
CChildView::CChildView() 构造函数
CChildView::~CChildVie...
这是用MFC编写的使用openGL的视口代码。
CChildView::CChildView() 构造函数
CChildView::~CChildView() 析构函数
BEGIN_MESSAGE_MAP(CChildView,CWnd ) 消息映射
BOOL CChildView::PreCreateWindow(CREATESTRUCT& cs)创建窗口重新设置窗口参数
BOOL CChildView::PreTranslateMessage( MSG* pMsg ) 翻译消息
int CChildView::OnCreate( LPCREATESTRUCT lpCreateStruct ) 窗口创建好后进入此函数 完成openGL的初始化
void CChildView::OnSize( UINT nType, int cx, int cy ) 当窗口大小发生改变时重新设置OPenGL的视口参数。
void CChildView::OnDestroy() 销毁窗口 -It is written in MFC to use openGL viewport code. CChildView:: CChildView () constructor CChildView:: ~ CChildView () destructor BEGIN_MESSAGE_MAP (CChildView, CWnd) message map BOOL CChildView:: PreCreateWindow (CREATESTRUCT & cs) to create a window to reset the window parameters BOOL CChildView:: PreTranslateMessage (MSG* pMsg ) translation of the message int CChildView:: OnCreate (LPCREATESTRUCT lpCreateStruct) window is created and entered this function to complete openGL initialization void CChildView:: OnSize (UINT nType, int
- 2022-03-16 00:49:44下载
- 积分:1
-
基于canny的边缘检测过程及结果代码
里面包括三个matlab 源代码,1.canny边缘检测,能够显示canny运算过程中各个部分的结果,包括高斯滤波,梯度幅值图像,非极大值抑制结果,也可以手动设置指定的低阈值和高阈值2.灰度直方图代码,可以读入指定的灰度图。显示出灰度分布3,边缘梯度直方图,可以显示canny边缘检测过程中边缘梯度分布
- 2023-06-07 18:35:02下载
- 积分:1