⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 fnbitmap.h

📁 在人脸检测的基础之上,对嘴部的运动表情进行分析,进行语音模拟.
💻 H
字号:
// FnBitmap.h: interface for the FnBitmap class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_FNBITMAP_H__7C96B940_C8C9_11D2_9327_00A0C9D57E5C__INCLUDED_)
#define AFX_FNBITMAP_H__7C96B940_C8C9_11D2_9327_00A0C9D57E5C__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#include "CDib.h"
#include "Matrix.h"


void ConvertDib2Mat( matrix& mat, const CDib& dib);
void ConvertMat2Dib( CDib& dib, const matrix& mat);


#endif // !defined(AFX_FNBITMAP_H__7C96B940_C8C9_11D2_9327_00A0C9D57E5C__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -