资源简介
国外大学知名检测人脸技术,基于c语言,错误率低
代码片段和文件信息
// MPEyeFinderApp.cpp : Defines the entry point for the application.
//
#include “stdafx.h“
#include “resource.h“
#include se.h>
#include
#include
#include “DirectShow/MPDirectShow.h“
#include
#define MAX_LOADSTRING 100
// Global Variables:
HINSTANCE hInst; // current instance
TCHAR sztitle[MAX_LOADSTRING]; // The title bar text
TCHAR szWindowClass[MAX_LOADSTRING]; // The title bar text
// Foward declarations of functions included in this code module:
ATOM MyRegisterClass(HINSTANCE hInstance);
BOOL InitInstance(HINSTANCE int);
LRESULT CALLBACK WndProc(HWND UINT WPARAM LPARAM);
LRESULT CALLBACK About(HWND UINT WPARAM LPARAM);
//
//HWND WINAPI CreateTrackbar(
// HWND hwndDlg
// UINT iMin
// UINT iMax
// UINT iSelMin
// UINT iSelMAx
// UINT iXPosition
// UINT iYPosition
// UINT iLength);
//LRESULT CALLBACK DlgProc(HWND hGlg UINT message WPARAM wParam LPARAM lParam);
#define WM_GRAPHNOTIFY WM_APP + 1
MPDirectShow m_directShow;
//return from callback ‘cause graph is stopping
BYTE bReturnImmediatelyFromCallback = 0;
////////////////////
// ================================================================
int APIENTRY WinMain(HINSTANCE hInstance
HINSTANCE hPrevInstance
LPSTR lpCmdLine
int nCmdShow)
{
// TODO: Place code here.
MSG msg;
HACCEL hAccelTable;
// Initialize global strings
LoadString(hInstance IDS_APP_title sztitle MAX_LOADSTRING);
LoadString(hInstance IDC_MPblinkDETECTORAPP szWindowClass MAX_LOADSTRING);
MyRegisterClass(hInstance);
// Perform application initialization:
if (!InitInstance (hInstance nCmdShow))
{
return FALSE;
}
hAccelTable = LoadAccelerators(hInstance (LPCTSTR)IDC_MPblinkDETECTORAPP);
// Main message loop:
while (GetMessage(&msg NULL 0 0))
{
if (!TranslateAccelerator(msg.hwnd hAccelTable &msg))
{
TranslateMessage(&msg);
DispatchMessage(&msg);
}
}
return msg.wParam;
}
// ================================================================
//
// FUNCTION: MyRegisterClass()
//
// PURPOSE: Registers the window class.
//
// COMMENTS:
//
// This function and its usage is only necessary if you want this code
// to be compatible with Win32 systems prior to the ‘RegisterClassEx‘
// function that was added to Windows 95. It is important to call this function
// so that the application will get ‘well formed‘ small icons associated
// with it.
//
ATOM MyRegisterClass(HINSTANCE hInstance)
{
WNDCLASSEX wcex;
wcex.cbSize = sizeof(WNDCLASSEX);
wcex.style = CS_HREDRAW | CS_VREDRAW;
wcex.lpfnWndProc = (WNDPROC)WndProc;
wcex.cbClsExtra = 0;
wcex.cbWndExtra = 0;
wcex.hInstance = hInstance;
wcex.hIcon = LoadIcon(hInstance (LPCTSTR)IDI_MPblinkDETECTORAPP);
wcex.hCursor = LoadCurso
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 7521 2005-05-17 19:15 bl
文件 3802 2005-04-22 01:47 bl
文件 2146 2005-04-22 01:47 bl
文件 613839 2004-10-05 08:31 bl
文件 521 2005-04-22 01:47 bl
文件 8181 2004-09-10 13:39 bl
文件 6552 2004-10-13 09:48 bl
文件 4637 2004-10-13 09:48 bl
文件 366 2004-09-10 13:39 bl
文件 7398 2004-09-10 13:39 bl
文件 3969 2004-09-10 14:53 bl
文件 959 2004-09-10 14:53 bl
文件 306 2004-09-10 13:39 bl
文件 938 2004-10-12 18:33 bl
文件 167 2004-10-08 13:55 bl
文件 172 2004-10-08 13:55 bl
文件 3272 2004-09-27 16:36 bl
文件 549 2004-09-10 13:39 bl
文件 115712 2010-03-24 13:00 bl
文件 53760 2010-03-24 13:00 bl
文件 1282 2004-10-13 17:11 bl
文件 4085 2004-10-13 17:11 bl
文件 3618 2004-09-10 13:39 bl
文件 366 2004-09-10 13:39 bl
文件 13599 2004-10-12 18:33 bl
文件 274 2004-09-10 13:39 bl
文件 9207 2004-10-13 09:48 bl
文件 2128 2004-10-12 18:33 bl
文件 1589 2004-09-10 13:39 bl
文件 2102 2004-10-13 09:48 bl
............此处省略12个文件信息
- 上一篇:OpenGL纹理贴图源程序.rar
- 下一篇:数据结构的顺序栈的逆置和合并
相关资源
- CAN实验
- LCD驱动芯片ST7701SI SPI接口底层驱动配
- 显示屏操作(stm32f103c8t6(SAN))
- USB CAN Tool 源代码(LabVIEW 2011环境)
- Proteus 8.6仿真STM32F103C6
- atmega128 串口通讯(RS485.c)
- C语言嵌入式Modbus协议栈,支持主站和
- stm32 +w5500 裸机 远程升级 自动dns pi
- 永磁同步电机的FOC控制算法
- arduino I2C设备扫描并串口返回地址(
- Proteus仿真:LCD液晶屏显示.rar
- STM32 PCB封装库 全系列 全网不好找
- 基于STM32F407的W5500 tcpserver(官网例程
- 步进电机调速原理.c
- tm1650+stm32f103源码(board_tm1650.c)
- 颜色识别形状识别STM103嵌入式代码
- 基于STM32的音频信号采样与FFT分析
- 汽车电子编程规范(Unlock-MISRA C 2012)
- cheat engine 7.2源码
- 基于STM32F103C8T6主控板使用BH1750检测光
- cubeMX设计实现stm32f407上的CAN及485的通
- stm32 BootLoader程序(main.c)
- 新编Windows API参考大全.doc
- CrySearch内存搜索器源码
- com组件(共907页)
- WINcc与海康威视摄像头
- 获取pc上所有网卡信息
- WINCC-C脚本大全
- c#与西门子1500通讯
- json读取(json.c)
评论
共有 条评论