搜索资源列表
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
OpencvDrawing
- 在VC++的平台上,利用Opencv,测试Opencv的绘图功能,采用了DEMO-In VC++ platform, the use of Opencv, test Opencv graphics, using the DEMO
face_detector
- 基于opencv,实现人脸的检查,有测试结果,功能正确。-Based on opencv, Human Face of the inspection, test results, function properly.
opencvtest01
- opencv测试视频功能的程序,非常适合初学者使用-Opencv test video function of the program
Vehicle-logo-detection
- 本程序对实现车标的识别功能,利用一幅一幅提供的车标作为模版,对30幅图片进行识别,从中识别出大众的标志,其中主要要用到二值化和边缘提取的算法。如果需要改变测试图片,只需将源代码中第十四行的文件名改掉进可以了。-This program is the realization of the vehicle the subject of recognition, a one car labeled as a template, to identify the 30 pictures from whic
qt_open_surf
- 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
OpenCVDraw
- 实现用OpenCV画线,简单的测试OpenCV的一些功能。-Using OpenCV painting line, some functional tests OpenCV simple.
detectpoint
- 光斑中心提取算法,在VS2010下,用opencv2.3.1编写的控制台程序,主要功能是利用hession矩阵和高斯滤波进行光斑中心点提取,里面附测试图片,提取精度为亚像素级别。-Spot center extraction algorithm, in VS2010, written by opencv2.3.1 console program, the main function is to use hession matrices and Gaussian filter for extrac
21_UsePointerAccessPixel
- 用指针访问像素;开发测试所用IDE版本:Visual Studio 2010;功能:处理每个像素,并输出运行时间。-With pointers to access pixels used for development testing IDE version: Visual Studio 2010 Function: processing each pixel, and outputs the running time.
22_UseIteratorAccessPixel
- 用迭代器访问像素。开发测试所用IDE版本:Visual Studio 2010;功能:处理每个像素,并输出运行时间。-Access pixel with iterators. IDE version used for development testing: Visual Studio 2010 Function: processing each pixel, and outputs the run time.
61_HoughLines
- 基于opencv2.4.4;功能:HoughLines函数用法示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010;-Based opencv2.4.4 Function: HoughLines function usage examples development and testing of the operating system: Windows 7 64bit IDE version used for deve
64_HoughLines
- 程序描述:基于opencv2.4.4;功能:霍夫线变换综合示例;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on opencv2.4.4 Function: Hough transform more comprehensive example development and testing by operating system: Windows 7 64bit
68_equalizeHist
- 程序描述:基于opencv2.4.4,;功能:直方图均衡化;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on opencv2.4.4 , functions: histogram equalization development and testing by operating system: Windows 7 64bit IDE version used
69_findContours
- 程序描述:基于2.4.4;功能:基础轮廓查找——findContours+drawContours;开发测试所用操作系统: Windows 7 64bit;开发测试所用IDE版本:Visual Studio 2010。-Program descr iption: Based on 2.4.4 Function: base profile Find findContours+drawContours development and testing of the operating system
screenshot
- 使用opencv2.49,实现视频截图功能,经测试可运行-Use opencv2.49, for video capture function, the test can be run
双目测距-opencv
- 程序实现了双目匹配的 测距功能,测试过比较准确(Procedures to achieve a binocular matching ranging function, the test was more accurate)