搜索资源列表
Grayscale-conversion
- 利用OpenCV载入工程文件夹中的彩色图像,进行灰度转换,并将转换前后的两张图片同时显示出来。-Load color images in the project folder using OpenCV and make the grayscale conversion, then show the two pictures.
CAMSHIFT---MFC
- camshift 目标跟踪 有视频基于mfc框架的,基于opencv 效果很好,自己做的一个工程-camshift a video tracking framework based mfc based opencv good effect, and do their own A project
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
normxcorr2_mex_ALL
- 归一化互相关高速计算模块OpenCV工程,Daniel Eaton已将其生成Matlat Mex文件,比Matlab内建的normxcorr2()效率要高-Normalized cross-correlation of high-speed calculation module, Daniel Eaton have been wrapped the C++ code from OpenCV project and making it available as a MATLAB MEX-file,
Image_MFC
- OpenCV采集USB摄像头视频,随时保存一帧图像-OpenCV USB camera video capture, save an image at any time
matlab
- matlab 进行图像的hough变换提取直线一共有3个工程文件 一次下来都可以试运行!!保证可以的!-hough transform matlab image to extract the straight line, a total of three project files at once down can test run! ! Guarantee!
mianYuanFa
- 基于面元法的鱼类表面压力以及速度的统计,工程中用高斯列元法进行方程组的求解,结果的显示是使用opencv来实现-hello world!!!
MFC_OpenCV
- 入门手册,描述在mfc框架下快速应用opencv,包括如何创建工程,加入支持库等。-Getting Started manual, describes the framework for rapid application in mfc opencv, including how to create projects, add support for libraries.
Erictest_cv
- 简单测试 opencv1.0 +vc6.0控制设想头的程序,需要将opencv的dll放入工程文件价 供大家参考-Simple test opencv1.0+ vc6.0 control procedures envisaged in the first, you need to opencv the dll into the project file for reference price
opencv_test
- 本源码是在vs2005下进行opencv的多个处理,集合在一个工程里面,代码经过调试可以直接运行-The source is in vs2005 opencv under the multiple processing, set inside a project, code can be run directly through the commissioning
circledetect
- 这是一个eclipse工程,利用opencv2.2中的霍夫变换寻找圆心坐标。-This is a eclipse project.It is used to find the circle point.
opencv_calibration
- 用于双目摄像机标定的源码,使用opencv里面的相关函数 包含完整工程文件,可以直接编译使用-source code of two camera calibration using opencv
MFC-in-OpenCV
- 内容包括MFC中使用opencv的知识,从穿件工程,使用opencv库, 在mfc类中增加函数等。-Including the use of MFC opencv knowledge engineering from wear, use opencv library, add the mfc class functions, etc.
MyCodeopencv2012
- OpenCV.包括调整尺寸和对数极坐标变换。将txt转换成cpp加入工程即可。-OpenCV. Adjust the size and number of the polar coordinate transformation. Txt convert cpp to join the project can be.
face-detection-code
- 人脸检测程序代码 放到建好的工程下可以直接运行-face-detection code,if you have finished training, just copy the code to your project, and it will work.
Adaboost
- AdaBoost算法提取图像的整体特征 含api 可直接导入到工程中-opencv AdaBoost
VS2008OpenCVTestBest
- 实现OpenCV的免配置应用,直接在工程中使用opencv,可以把工程拷贝到任意其他电脑上使用!使用VS2008实现,直接运行即可。-Achieve OpenCV-free configuration application, direct use opencv project works can be copied to any other computer on the use of! Implemented using VS2008, can be run directly.
Stitching
- 图像拼接程序,如果运行报错,请确定opencv版本与工程里配的是否一样-Image stitching procedure, if run error, equipped Make sure the the opencv version with engineering
opencvSourceCode
- opencv源码(cmake之后的工程文件),打开sln工程后即可查看源码-the opencv source (cmake project file), after opening the sln project to view the source code
USB-VIDEO
- USB摄像头视频采集,建立一个基于WIN32控制台的工程CameraUSB-USB camera video capture