搜索资源列表
-
0下载:
opencv中视频文件逐帧取图。或将一系列图片组合成为一段视频的源代码-opencv video files frame by frame to take the map. Or a series of pictures together as a video source code
-
-
0下载:
opencv find circle source code
-
-
0下载:
利用OpenCV实现人脸识别的VC源代码-Face Recognition using OpenCV implementation of the VC source code ... ...
-
-
0下载:
基于openCV的计算机视觉技术这本书的全部源码,包括很多内容-Based on computer vision technology openCV this book all the source code, including a lot of content
-
-
0下载:
基于c++和opencv的CLG光流算法源代码-Based on c++ and opencv optical flow algorithm for the CLG source code
-
-
0下载:
it is C++ source code for get pixel value from image with openCV library.
-
-
0下载:
C++ builder source code for using OpenCV
-
-
0下载:
calibration source code
opencv
-
-
0下载:
opencv视觉图形库源码,很不错的接口-opencv vision graphics library source code, very good interface
-
-
0下载:
This the source code of OpenCV-This is the source code of OpenCV
-
-
0下载:
OPENGL人脸识别(VC++源代码)有興趣下去試試看吧~!-The the OPENGL recognition (VC++ source code)
-
-
0下载:
用CXImage库与OpenCV进行Poisson Image Editing的源代码,在VS2003下调时通过。直直接调用VS内的库solve sparse matrix,包含Seamless Imaage Cloneing 功能。
-Poisson Image Editing CXImage library and OpenCV source code, through VS2003 lowered. Straight direct calls to the VS within the
-
-
0下载:
OpenCV source code to show image
-
-
0下载:
基于OpenCV的混合高斯背景建模源代码-Gaussian mixture background modeling based on OpenCV source code
-
-
0下载:
OpenCV的教程的一些源代码,是学习OpenG很好的材料-OpenCV tutorial of some of the source code, is to learn OpenG very good material
-
-
0下载:
pedestrian tracking/ this post about how to use OpenCV s HOG-based pedestrian detector: How can I detect and track people using OpenCV? ... of opencv. that said it should be easy to hack the opencv source code
-
-
0下载:
基于svm和bow的opencv实现源码-Based on the SVM and bow opencv source code
-
-
0下载:
学习opencv第四章第二题源代码(C语言版)-Chapter IV second question learning opencv source code (C language version)
-
-
0下载:
源码OpenCV 3427858Control_7662是个不错的源码,同学们用来学习是不错的选择-OpenCV source code- 3427858 control_7662 is a good source, the students used to learn is a good choice
-
-
1下载:
在opencv上实现双目测距主要步骤是:
1.双目校正和标定,获得摄像头的参数矩阵:
进行标定得出俩摄像头的参数矩阵
cvStereoRectify 执行双目校正
initUndistortRectifyMap 分别生成两个图像校正所需的像素映射矩阵
cvremap 分别对两个图像进行校正
2.立体匹配,获得视差图:
stereoBM生成视差图
预处理: 图像归一化,减少亮度差别,增强纹理
匹配过程: 滑动sad窗口,沿着水平线进行匹配搜索,由于校正后左右图片平行,左图
-