搜索资源列表
MDISmaple
- 处理多界面编程,控制小球的移动,根据鼠标的位置,确定小球的移动方向-programming interface to handle and control the movement of the ball, according to the location of the mouse to determine the movement of the ball direction
MyBook
- 用windows api写的关于C++下模拟翻书效果的程序。可以采用鼠标和摄像头双重控制。同时摄像头检测是通过opencv来做的
Read7
- 能实现BMP,JPG文件的放大缩小,剪切等功能,能实现鼠标控制全过程,自动加载上一张,下一张图片,能剪切指定区域的图片,进行复制和另存
DDA1
- DDA算法画直线,鼠标控制起始点,按下是起点,弹起是终点。斜率任意不限-DRAW LINES USE MOUSE TO MAKE THE START OR LAST POINTS YOU CAN USE IT BY vc++
test
- 控制摄像头对鼠标提取区域目标追踪的小代码-Camera control region of the mouse extract target tracking of small code
byangtiao
- 多次B样条曲线,可以通过控制鼠标的操作实现曲线的控制。-Multiple B-spline curve can be achieved by controlling the operation of the mouse to control the curve.
mouse-interrupt-
- 响应鼠标事件 通过鼠标来控制循环的一种思路-Respond to mouse events mouse to control the loop by a train of thought
VGA
- 视频信号VGA+鼠标+键盘控制信号网络传输源码:VGA-RGB信号编码变成差分信号,经过网线在解码变成RGB信号 增益延时交错程序中可以调节 在传输RGB信号同时传输控制鼠标和键盘信号-Video signal VGA+ mouse+ keyboard control signal network transmission source: VGA-RGB signal is encoded into a differential signal, and can adjust the RGB si
CursorControl
- 使用Kinect识别手势并完成对Windows 7 的控制,实现鼠标移动、点击、选择等多项功能,含源码。需要安装Kinect SDK v1.0以上版本-Using Kinect to recognize user gesture and control windows 7, including pan/click/choose etc. souce code included and you need to install Kinect SDK v1.0 and more in advance
kinect_gesture-recognition
- 基于Kinect 的手势识别。采用基于OpenNI+NITE的方法。可用于鼠标控制及itunes音乐播放。采用创新的动作有效性判断方法,提高手势的识别灵敏度,优于其他kinect的手势识别。为毕业设计项目。-Kinect-based gesture recognition. Using The method based OpenNI+NITE. Can be used for mouse control and itunes music player. Judge the effectivene
TouchTableToShare
- TouchTable是一个用Kinect制作的应用,允许使用者在不佩戴附加设备的情况下用手代替鼠标来控制电脑。-TouchTable is is Kinect powered application.It enables one to use bare hand laying on a regular office desk to control computer instead of mouse.
asmpointtool
- asm人脸特征点标定辅助工具,核心为利用ASM算法检测人脸特征点,可以通过鼠标和键盘来选择和移动调整特征点,鼠标点击选取特征点,a w s d控制特征点移动。-asm facial feature point calibration aids, the core for the use of ASM algorithm detects facial feature points, via mouse and keyboard to select and move the adjusted cha
ReadDICOM
- 利用VTK读取DICOM文件,并显示,可以显示一组数据,鼠标滚轮控制不同图片切换。当初学习的时候找不到类似的代码,自己编写的。对新手学习很实用。-Use VTK read DICOM file and display that can display a set of data, control the mouse wheel to switch different picture. I had to learn not find similar code, I have written. Ve
pictur-process
- 图像处理的c语言实现包含:canny边缘检测,互动条控制播放,鼠标作画等-C language image processing includes: canny edge detection, control the playback of interactive, mouse painting, etc.
shiping
- 光点识别程序,自己编写。包含javarobot类调用鼠标。打开程序后,运行。用发光物体如手机在自带摄像头前控制鼠标移动。程序有抗干扰处理,能屏蔽外部光线的影响。-Spot recognition program, write your own. Contains javarobot class called mouse. After opening the program, run. Comes with a shiny object in front of the camera to cont
beizer
- 计算机图形学入门 实现贝尔曲线 通过鼠标控制-Computer graphics entry through mouse control to achieve Bell Curve
Demo
- 实现 BMP图像显示、反色、DFT以及DWT,可以通过鼠标控制来截取矩形大小的图像并显示。-Achieve BMP image display, anti-color, DFT and DWT, can be clipped image size of the rectangle by mouse control and display.
PICZOOM
- 通过鼠标的滚动控制图像的缩放,代码简单,可快速移植-By scrolling the mouse control image scaling. The code is simple, quick transplant
MyKinectTouch
- 手势控制鼠标,移动,选择,点击等功能VS2013编程(Gestures control mouse, mobile, selection, click and other function VS2013 programming)
Auto_GUI
- PyAutoGUI 自动化 : 一个纯Python的GUI自动化工具,其目的是可以用程序自动控制鼠标和键盘操作,多平台支持(Windows,OS X,Linux)。可以用pip安装,Github上有源代码。(PyAutoGUI automation: A pure Python GUI automation tool, which aims to automatically control mouse and keyboard operations with programs, mult