搜索资源列表
OpenCV_Needed
- When create OpenCV project, you just include these files to your project and don t setup OPenCV in your computer. Link cv.lib, highgui.lib, cxcore.lib, you can create your own program.
motempl.rar
- 通过摄像头识别运动目标的运动方向,需要opencv1.0支持,设置project/setting/link/input 添加cxcore.lib cv.lib cvcom.lib highgui.lib comctl32.lib 即可编译运行,Through the camera to identify the movement direction of moving targets, the need for opencv1.0 support, set up project/setting/
Game_fire.rar
- 基于opencv完成的视频模拟游戏(单线程)。使用到了cxcore.lib,cv.lib,cvaux.lib,highgui.lib。窗口区产生随机目标,客户通过鼠标捕捉该目标,完成任务。可调节难度,显示任务完成进度。,this project is based on opencv (single-threaded). cxcore.lib, cv.lib, cvaux.lib, highgui.lib included. randomly generated objectives in t
static-lib
- 基于opencv1.0和vc++6.0编写的静态链接库,包含cvL.lib,cxcoreL.lib和highgui.lib,很好的将程序和库文件分离开,方便大家编写opencv程序。-And vc++6.0 based opencv1.0 write static link library, contains cvL.lib, cxcoreL.lib and highgui.lib, very good program and library files will be separated so
opencv
- xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
OTSU
- 在VC++6.0 已经openCV环境下的一维OTSU代码,实现图像二值化-// OTSU.h: interface for the COTSU class. // ////////////////////////////////////////////////////////////////////// #if !defined(AFX_OTSU_H__33C2086A_C181_490B_946D_837B4C7FB914__INCLUDED_) #define AFX
321d
- Opencv绘图贝塞尔(Bezier)曲线编程, -Opencv drawing Bezier (Bezier) curves of programming,
opencv
- opencv2中core ,highgui,和 imgproc部分源码(source about codecore highgui imgproc in opencv 2 lib)