资源列表
cvut_test
- opencv 实现摄像机标定,为立体匹配与三维重建打下了基础。-Opencv realizes the camera calibration,it sets a foundation for stereo matching with the 3 d reconstruction
Vehicle1.3
- VC6.0 + QT4 + OpenCV 环境。演示视频地址http://v.youku.com/v_show/id_XMzA3MTU2Mzky.html (低角度车流量检测器)一种基于车头特征的车辆检测,很好的应用于低角度摄像机。与地感线圈车检器相比,解决了跟车问题。与传统基于背景建模的检测方法相比,解决了道路拥堵问题并解决了传统方法受限于摄像机必须架设很高的问题。同时能有效去除自行车、摩托车、行人的干扰,准确率可达95 。 all rights reserved by birdwcp-V
OpenCV_VC6.0_surf
- Visual C++ 6.0平台基于OpenCV的SURF图像特征点的检测和匹配源代码,能正确的实现图像特征点的检测和匹配功能,对研究图像特征点匹配非常有帮助。-The Visual C++ 6.0 platform is based on OpenCV SURF image feature points detection and matching of source code, can correct the image feature point detection and matchin
color
- 基于OpenCV库 采集摄像头中红色像素 定位红色物体中心位置-OpenCV based, extract red pixels from webcam, locate the center of the red target
camera-calibration
- 利用opencv实现相机的标定,算法采用张正友的棋盘法。结构很清晰易懂。-Opencv camera calibration algorithm using the checkerboard method of Zhang Zhengyou. The structure is clear and easy to understand.
otsu-opencv
- 本算法利用遗传算法根据otsu原则迭代计算得到图像的最优分割阈值。 使用了opencv库。-otsu use opencv
yingbishibie
- OpenCV识别硬币,并用红色椭圆给出硬币所在区域。-OpenCV coin recognition And oval to draw the coins in your area
HK_SDK_CAM_STREAM_CHANGE
- 海康网络相机截取视频流并解压简易DEMO 调用NET_DVR_RealPlay_V30()播放函数,启用回调PlayM4_SetDecCallBack()分析回调流,使用回调函数DecCBFun()截取视频流,分析并解压,等到char * pbuf图像,用于处理-Hikvision network camera capture video stream and extracting a simple DEMO,Call (NET_DVR_RealPlay_V30())playback fun
point-matching
- 基于opencv的密集点匹配程序,运用C++语言实现-Sparse point matching and reconstruction (no image correction)
myStructuredLight
- 这是从国外网站下载的源代码,实现了利用投影设备实现三维重构,从标定,到特征线提取,以及最后的三维重建均是很完整的,对于做三维重建的人是不可多得的资料。在这里不由得再次感叹老外的慷慨,希望大家也将自己的好源码共享。-This is from foreign web site the source code, and the realization of the projection equipment realize 3 d reconstruction, from the calibration
Binocular-calibration-procedure-code
- 用双目摄像机实现对图像的标定,进而获取摄像机的内外参数矩阵-Binocular camera image calibration, and thus access to the camera s internal and external parameters matrix
trackingdemo625
- 利用opencv在VC6.0环境下编程,能实现交通视频中的车辆单目标跟踪,跟踪效果较好。-Using opencv programming in VC6.0 environment,single target tracking of vehicles in traffic video will be achieves , and the tracking performance is better.