搜索资源列表
checkface
- VC+opencv实现人脸识别功能,程序试运行过,完美无漏洞-VC+ opencv face recognition function, the program test run over, perfect no flaws
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
opencvcj
- 利用opencv库函数打开摄像头,点击保存图片按钮就可以保存图片,点击测距按钮就可以测试出点高度及点宽度还有距离。点击关闭摄像头即可关闭摄像头,点击推出程序即可退出程序。-Use opencv library function to open the camera, click the Save button to save the picture image, click the button you can test out the distance point-point width he
2011__opencvFilter2D_Test
- 这个是在刚学opencv时候的测试小代码。主要是卷积方面的,对图像进行滤波处理。同时,里面含有自编了一个简单函数滤波函数。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. Is the convolution of the main aspects of image filtering. At the same time, which contains a sim
face_detector
- 基于opencv,实现人脸的检查,有测试结果,功能正确。-Based on opencv, Human Face of the inspection, test results, function properly.
opencvtest01
- opencv测试视频功能的程序,非常适合初学者使用-Opencv test video function of the program
RepairImage
- (基于MFC)读取一幅有缺损的图像,针对不同图像设置阈值获得Mask,在通过OpenCV的cvInpaint函数修复图像,修复时间短,修复效果较好。(包含测试图像)-(Based on MFC) read a defect image, set the threshold for different images to obtain the Mask, repair image through of OpenCV cvInpaint function, short time to repair,
qt_open_surf
- 在上篇博客特征点检测学习_1(sift算法) 中简单介绍了经典的sift算法,sift算法比较稳定,检测到的特征点也比较多,其最大的确定是计算复杂度较高。后面有不少学者对其进行了改进,其中比较出名的就是本文要介绍的surf算法,surf的中文意思为快速鲁棒特征。本文不是专门介绍surf所有理论(最好的理论是作者的论文)的,只是对surf算法进行了下整理,方便以后查阅。 该代码的作者给出的主函数实现了6中功能,包括静态图片特征点的检测,视频中特征点的检测,图片之间的匹配,视频与图片之间的匹配
ImageMarkByText_Demo
- 给图片添加图片水印的代码,VS下C++编程,使用openCV2.3的新C++接口函数.含测试图片,已编译。-To the picture to add images watermarking code, VS C++ under programming, use openCV2.3 new C++ interface function. Including test images, compiled.
test
- 用于生成seam carving需要使用的图像能量矩阵。使用cvSobel函数进行对图像的计算。-Seam carving for generating an image to use the energy matrix. CvSobel function calculation using the image.
SIFT_RANSAC
- VS2012 x64+opencv做的图像拼接,参照了别人的代码改编。 做的是左右拼接,上下的行不行没试过。 主要函数就是图像的储存位置,需要在代码里改下 测试了下还是比较稳健的,拼接效果尚可,不过重叠部分可能产生鬼影,另外接缝处有小裂缝,如果不满意,可再设计方法优化 所有代码均含注释,浅显易懂,含测试图片 运行时请自行配置好头文件和lib文件目录-VS2012 x64+ opencv image stitching done with refe
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
fastDetectLine
- VS2010下用opencv2.3.1编写的光条提取算法,机器视觉中用的多,本方法使用了高斯滤波和hession矩阵,经过对高斯滤波函数的处理,使得本方法的提取速度大大提升,提取精度是亚像素级别,附件内含测试图片-Under VS2010 extracted with light bar and more opencv2.3.1 written algorithms used in machine vision, this method uses a Gaussian filter and he
testdlib
- 该代码用于测试基于vs2010+opencv上添加库函数vlfeat的测试是否加载成功的代码,如已完成vs2010和opencv的环境配置,直接双击testvlfeat.sln即可运行。-The code is used for adding a library function test based on vs2010+ opencv vlfeat test whether load code of success, such as completed vs2010 and opencv en
14_Use_printf
- 程序描述:printf函数用法示例.开发测试所用IDE版本:Visual Studio 2010.-Program descr iption:. Printf function usage examples used to develop test version of the IDE: Visual Studio 2010.
OpenCV_cvSlice
- OpenCV中轮廓的序列信息测试事例,以及序列的分割函数cvSlice。-OpenCV in the outline of the sequence information test case, and the sequence of the segmentation function cvSlice.
Test
- 实现在图片中显示中文字功能,简单有效。需要freetype库-Achieve in the picture shows the text function, simple and effective. Need freetype Library
test
- cvFindStereoCorrespondenceBM函数使用-cvFindStereoCorrespondenceBM function uses
cvwarpaffine
- 代码测试了opencv仿射+透视变换,应用的版本是vs2010+opencv2.4.9.-A project to test the function of affine transform in opencv. The code is work in vs2010&opencv2.4.9
screenshot
- 使用opencv2.49,实现视频截图功能,经测试可运行-Use opencv2.49, for video capture function, the test can be run