搜索资源列表
自制一个摄像机
- 用法说明一下: 1,点击鼠标左键,则开始录制视频,再点击一下则会停止录制 2,要想录制第二个视频的时候,需要按"Esc"键,然后重复1的步骤即可;
matlab函数
- cvlib_mex is a collection (over two dozens) of matlab callable routines from the the OpenCV library (www.intel.com/research/mrl/research/opencv/). OpenCV is a real time computer vision library with many image processing capabilities and it is amaz
blobtracker
- This a fine blob tracker for opencv 2.1, it uses background modeling.-This is a fine blob tracker for opencv 2.1, it uses background modeling.
Emgu.CV.x86_2.0.1.0_windows_installer
- the emuge cv is the free c# wrapper for using opencv in dot net plateform c#-the emuge cv is the free c# wrapper for using opencv in dot net plateform c#......
PicView
- 自己学习MFC和OpenCV的练习,图像读取采用OpenCV实现,算法自写,主要功能 1. 支持bmp,jpg,png,tif,pgm等图像格式 2. 支持滚轮缩放 3. 支持鼠标移动图像 4. 支持全屏查看 5. 支持自动播放(幻灯式播放) 6. 支持水平、垂直翻转,90度旋转 7. 支持键盘操作 8. 绘制图像时基本无闪烁-Using OpenCV implementation, the main functions 1. Supports bmp, jpg,
2-camera-optical-flow-NUS
- 这个程序应用于机器人视觉系统。可以即时从两个摄像头同时读取摄像。程序包括视屏抓取,光流计算以及计算结果检验。计算结果通过串口直接发送到控制计算机。-This program is dedicated to capture real time optical flow from two cameras with intersect angle 180 or 120 degree. It includes Optical flow capturing, calculation
example2-1
- OpenCV示例源码\实例源代码例2-1,opencv示例的源码,很好用-OpenCV example source \ instance of source code Example 2-1 opencv example source code, very easy to use
hand_detect
- 基于模版匹配的手势数字识别,可以识别1 2 3 4 5 对学OPENCV的人很有用,值得下载。-hello
openCV_Code_and_Help
- openCV的例程代码,开发文档,可供入门者学习。2013-2-1-the openCV routine code, development documents, available for beginners to learn. 2013-2-1
libgcc_s_dw2-1
- OpenCV-2.2-nov4l1.patch due to registration forms
HalconBard
- 自己基于OPENCV 2.1写的HALCON标定板圆心提取算法,测试过,鲁棒性不错,有OPENCV标定重投影误差小于0.1个像素。-Own the center extraction algorithm based on OpenCV 2.1 write HALCON calibration plate, tested, good robustness, the OPENCV calibration reprojection error is less than 0.1 pixels.
aabcdef
- opencv轮廓的简单应用: 相关函数如下: cvFindContours,cvThreshold,cvContourArea,cvArcLength,cvBoundingRect,cvMinAreaRect2,cvBoxPoints,cvMinEnclosingCircle,cvDrawContours。 1.查找轮廓 2.按地址依次取出轮廓 3.计算轮廓的相关参数 4、根据实际需求做取舍,画出轮廓-opencv silhouette
SIFT
- OPENCV,对输入的两幅图像进行特征值提取并且匹配,连线,命令行下以project3.exe 图像1 图像2 方式运行,代码为main.c-SIFT
2-1
- OpenCV基础教程源代码 例2-1 功能:从磁盘中读入图像文件,并将图像显示在屏幕上-OpenCV based tutorial source code in Example 2-1
C
- 根据计盒维数原理编写了求一维曲线分形维数。本代码使用了C程序和opencv库函数 。 function D=FractalDim(y,cellmax) 求输入一维信号的计盒分形维数 y是一维信号 cellmax:方格子的最大边长,可以取2的偶数次幂次(1,2,4,8...),取大于数据长度的偶数 D是y的计盒维数(一般情况下D>=1),D=lim(log(N(e))/log(k/e))。 -Under the box dimension of the principle of pr
CvvImage
- opencv isn t have cvvImage lib higher than ver 2.1
particle-filter
- opencv实现了一种目标跟踪算法——粒子滤波算法,算法的思想来源于文献[1][2],且在其思想上稍微做了些修改。其大概过程是:首先手动用鼠标框出一个目标区域,计算其直方图特征值作为模板,然后在该目标中心周围撒粒子,根据所撒粒子为中心的矩形框内计算其直方图特征,并与目标相比较,最后根据比较出的结果重复上面过程,即重采样的方法撒粒子,粒子扩散,状态观察,目标预测。最后通过实验证明,取得了较好的效果。-particle filter
SimpleReconstruction
- Kinect和OpenCV实现简单的点云三角化,用最小二乘法计算法线,并实时显示获得的模型。建立在OpenFrameworks框架上,编译需要安装OpenFrameworks并放到myApps目录里,还需要Kinect SDK 1.7和OpenCV 2.4.3。-Kinect and OpenCV to achieve a simple point cloud triangulation, using the least square method to calculate the normal
Source code
- 在opencv上实现双目测距主要步骤是: 1.双目校正和标定,获得摄像头的参数矩阵: 进行标定得出俩摄像头的参数矩阵 cvStereoRectify 执行双目校正 initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵 cvremap 分别对两个图像进行校正 2.立体匹配,获得视差图: stereoBM生成视差图 预处理: 图像归一化,减少亮度差别,增强纹理 匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
plateRecognition-master
- 基于python和opencv的车牌识别,包括车牌提取和字符识别 1,plate.py为提取和识别图片里面的车牌号码 2,切割和识别第一步车牌图片里面的字符,提取特征(License plate recognition based on Python and opencv, including license plate extraction and character recognition 1. Plate.py is used to extract and ide