搜索资源列表
blockmatching
- 采用块匹配法计算相邻两帧图像的运动矢量,并显示计算的矢量结果。其中使用了opencv里面的函数。需先安装和加入opencv的库。-Using the 3 step block matching algorithm to compute the motion vector of two consecutive frames.
difference-between-the-three
- 运用OpenCV的自带的函数很方便的实现了图像的三帧之间的差分处理。-Realize image processing difference between the three
Based-on-the-Rob_Hess-OpenCV--SIFT-
- 编译Rob_Hess基于OpenCV的SIFT算法的C语言实现.pdf-Based on the Rob_Hess OpenCV compile the C language realization SIFT algorithm. PDF
read-the-video-and-played
- 利用opencv和vc++实现视频的读取和播放-read the video and played
The-OpenCV-Chinese-Reference-Manual
- openCV中文开发文档,opencv入门资料-The OpenCV Chinese Reference Manual,opencv introductory information
The-pyramid-Lusas-Kanande-optical
- 金字塔Lusas-Kanande光流算法,Visual C-The pyramid Lusas-Kanande optical flow algorithm, Visual C++!
Exmaple8_3_Edge-of-the-drawing
- 此程序是对一幅图进行边缘检测,然后得到二值图,并对边缘轮廓画出来。构成连续的边缘,程序可以直接运行-This program is a picture, edge detection, then the binary image, and edge contour is drawn. Form a continuous edge
The-example-of-Opencv
- 这里是opencv的例题和练习里的里面的远代码,但是这里只有部分,主要是前7章的源代码。-Here is the code inside the far opencv examples and exercises, but here is only part of mainly first seven chapters of the source code.
Use-the-mouse-to-draw-square
- 基于visual studio 2008平台的用鼠标画方形的程序-Based on the visual studio 2008 platform use the mouse to draw square program
open--the--picture-by--opencv
- 借用VC++调用opencv函数进行图片打开,用于运动目标图片的检测-Use vc++ opencv function called open, used in the detection of moving object image
THE-MNIST-DATABASE
- 斯坦福大学的手写字符图像库,方便大家免于读写idx1-ubyte和idx3-ubyte文件。数据包括训练图像60000幅,测试图像10000幅,图像大小为20*20;以及存储图像及其对应类别的xml文件,并写好了opencv读写方法的文档。-THE MNIST DATABASE of handwritten digits.It includes 60000 training images and 10000 testing image.And it contains the xml files
display-the-loaded-images
- OpenCV中用于显示载入的图片,图片内容需要作者自行更改-OpenCV used to display the loaded images, images of content needs to make changes
Face-all-the-source-code
- 人脸识别的全部源代码(在Visual C++6.0下可以运行识别-Face all the source code (in Visual C++6.0 can run identification
the-usage-of-cvconvert
- opencv中cvconvert函数的应用,包含opencv中convert函数的源代码,函数可实现图像的变换、卷积等-Application opencv in cvconvert function, including the convert function opencv source code
the-similarest--frame
- 用颜色直方图法将当前图像与图像库里面的图像进行比较,找出最相似的图像-Color histogram of the current image and the image library inside the image comparison to find the most similar image
The-basic-material-of-OpenCV
- OpenCV的基本入门个人整理,初学者很实用-The basic teaching material of OpenCV,is a Beginner s Guides.
Find-and-draw-the-outline
- 寻找并绘制图像的轮廓,最终显示寻找到的轮廓个数,及轮廓图。-Find and draw the outline of the image, the final display to find the number of contours, and contour.
draw-the-outline-of-the-convex-hull
- OPENCV学习代码,绘制轮廓的凸包,对初学者有一定帮助-OPENCV learning code, draw the outline of the convex hull, based programming Opencvd of C++
The-value-of-the-two-images
- Visual C++2010下用opencv2.4.8进行图像二值化的算法,图像二值化是进行直线检测的基础-Visual C++2010 using opencv2.4.8 images of two value algorithm, the value of the two images is the basis for line detection
Extracting-the-Foreground-
- 基于opencv,对视频中的前景进行提取-Extracting the Foreground Objects in Video