搜索资源列表
Grayscale-conversion
- 利用OpenCV载入工程文件夹中的彩色图像,进行灰度转换,并将转换前后的两张图片同时显示出来。-Load color images in the project folder using OpenCV and make the grayscale conversion, then show the two pictures.
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
circledetect
- 这是一个eclipse工程,利用opencv2.2中的霍夫变换寻找圆心坐标。-This is a eclipse project.It is used to find the circle point.
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.
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.
HoughLine
- 一个基于opencv库函数的VC工程,通过霍夫变换提取图像中的直线-One based on the opencv library function of the VC project, through the Hough transform to extract the linear image
Detailed-tracking-source
- 如果要跟踪的物体颜色和背景色有较大区别,可用基于颜色的跟踪 如CAMSHIFT 鲁棒性都是较好的。 此源码是一个opencv自带的CamShift算法使用工程实例(有非常详细的注释)。该实例的作用是跟踪摄像头中目标物体,目标物体初始位置用鼠标指出,其跟踪窗口大小和方向随着目标物体的变化而变化。-If you want to track the object color and background color is quite different, color-based tracking is
image-edge-detection
- 压缩包含一个文件夹和三个文档。文件夹是图片Canny边缘检测的工程文件,有源代码和可执程序。三个文档是介绍在MFC中如何添加关联函数来使用openCV。-Contains a compressed folder and three documents. Pictures folder is Canny edge detection project files, source code and executable programs. Three documents are introduced
JavaProjectopencv249
- java中配置opencv249的例程,写的测试的工程-java configured opencv249 routines, written test engineering
OpenCV2.4.10_properties
- OpenCV2.4.10配置文件,OpenCV的配置一向是个麻烦事,现在把配置文件挂出来,用户只要在新建工程时把该配置文件包括到环境中即可 环境:win7 64位;visual studio2013-OpenCV2.4.10 profile, OpenCV configuration has always been a hassle, now hanging out the configuration file, allowing the user when creating a ne
pointvalue
- 嵌套opencv的图像像素显示,可直接在vS中打开,或者加入工程-Nested opencv image pixel display, can be directly vS open, or join the project
EMCV
- 嵌入式的opencv库,可以一直到dsp的工程中使用,移植教程百度可以有。-Embedded opencv library can be transplanted to the use of dsp projects, Baidu can be transplanted.
Chapter4_StructureFromMotion
- 该工程是深入理解OpenCV第四章使用OpenCV研究从运动中恢复结构的源码。-The project is in-depth understanding of OpenCV Chapter 4 using OpenCV to study the source of the structure motion recovery.
