资源简介
手势控制鼠标 opencv 源码
手势控制鼠标 opencv 源码
代码片段和文件信息
/*
* @ Author: onezeros@yahoo.cn
* @ blog : blog.csdn.net/onezeros
* @ Date : 12/12/2010
* @ Note : You can use this program for any purpose if you keep this note.
* I‘ll appreciate if you can email bugs to me.
* Have A Nice Day!
*/
#include “stdafx.h“
#include “CVobject.h“
#include
#include
#include
#include
using namespace std;
void cvThresholdBidirection(IplImage* imgint lowerint upper)
{
assert(img->nChannels==1);
for (int h=0;hheight;h++){
for (int w=0;wwidth;w++){
unsigned char* p =(unsigned char*)(img->imageData+h*img->widthStep+w);
if (*p<=upper&&*p>=lower){
*p=255;
}else{
*p=0;
}
}
}
}
void cvCvtWhite2RGB(IplImage*srcIplImage* dst)
{
assert(s
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4398 2011-01-02 10:16 AnotherMouseController\AnotherMouseController.vcproj
文件 909 2011-01-02 09:29 AnotherMouseController\AnotherMouseController.sln
..A..H. 13312 2011-01-02 18:55 AnotherMouseController\AnotherMouseController.suo
文件 1412 2011-01-02 18:55 AnotherMouseController\AnotherMouseController.vcproj.ONEZEROS.Administrator.user
文件 406 2010-12-15 08:53 AnotherMouseController\stdafx.h
文件 498 2010-12-15 08:52 AnotherMouseController\targetver.h
文件 1213 2010-12-15 08:52 AnotherMouseController\ReadMe.txt
文件 217 2010-12-15 08:52 AnotherMouseController\stdafx.cpp
文件 21232 2011-01-02 09:50 AnotherMouseController\simulateTheKeyWitchCanControlMouseInLaptop.JPG
文件 123904 2011-01-02 18:55 AnotherMouseController\Debug\AnotherMouseController.exe
文件 5478 2011-01-02 14:05 AnotherMouseController\CVob
文件 6716 2011-01-02 18:54 AnotherMouseController\mouseController.cpp
文件 1187 2011-01-02 18:55 AnotherMouseController\CVob
目录 0 2011-01-02 10:11 AnotherMouseController\Debug
目录 0 2011-01-02 09:29 AnotherMouseController
----------- --------- ---------- ----- ----
180882 15
相关资源
- 海康摄像机抓图源码
- 易语言海康摄像机抓图源码
- 微信小程序 贪吃蛇游戏源码下载542
- 身份证号码生成器源码(易语言)
- 赞vue仿 酷狗音乐app源码
- 易语言MySql简单操作源码
- 精易模块V6.9.1源码
- 智能停车 微信小程序源码
- 少儿编程:格斗游戏源码(scratch 2.0)
- 易语言模拟按键精灵源码
- Halcon 车牌识别 源码
- E4A语音合成朗读源码
- 易语言传奇私服服务端及客户端插件
- scratch飞机大战(小游戏源码)
- 《编译原理及实践》pdf以及随书源码
- 电力设备资源管理系统源码+文档毕业
- FX2N-HT32源码+sch+pcbKeil4/5/STM32/FX2N/PLC源
- STM32 PLC 源码 仿FX2N
- OpenCVSharp 最新4.0 的19个
- 赞酒店管理系统(源码+数据库)
- spring+springMVC+mybatis房屋出租项目源码
- 基于qt+opencv的人脸识别
- 张正友相机标定Opencv实现完整程序+棋
- SSH 企业人事管理系统源码(含数据库
- opencv2计算机视觉编程手册(中文)
- cocos creator 消灭星星(关卡类游戏源码
- 虎克对战平台 v 3.7 带源码
- DNF私服自动刷图源码易语言
- 身份证PSD文件源码
- B/S模式_数据库课程设计_员工人事调动
评论
共有 条评论