搜索资源列表
helloopencv
- Android平台上用opencv库编写的测试小代码。用于保存一张图片-Android platform test with the opencv library to write a small code. To save a picture
Sobel-Laplace-Canny-matlab-code
- 模式识别大作业题目和实习代码: (1)请自己在互联网上任意找一张图片用做测试,命名为“学号后四_Original”。放在C++工程文件夹下(与CPP文件放在同一文件夹)。用C++调用OpenCV函数对该幅图片进行读入和显示操作。 (2)在(1)基础上,添加修改代码,将原图转换成灰度图像,并保存,命名为“学号后四位_Gray”。 (3) 请利用OpenCV中Sobel,Laplace,Canny算法相应函数对(2)中图像进行处理,并保存,命名为“学号后四位_Sobel”或“学号后四位_
2011__openCV_pyramid_process
- 这个是在刚学opencv时候的测试小代码。主要是金字塔方面的操作。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. Main pyramid' s operation. Inside each file can be run separately in the VS20101 platform. (Opencv2.1)
startcv
- 在VS2008下测试openCV是否配置成功的摄像头启动程序,该代码从摄像头采集视频流-In VS2008 the test openCV is configured successful camera to start the program, the code from the camera to capture video stream
cvRW
- kurtosis 图像锐度检验代码,支持批量图像检验,可用Lena测试, opencv2.0 参数1 图像文件名 参数2 输出图像-kurtosis sharpness test code, opencv2.0
objecttracker
- 目标跟踪使用,经过测试,可安全使用,是个很好的代码-Tracking use, tested, safe to use, is a very good code
2011_opencvBasicStructure__Test
- 刚学习opencv时候,入门级测试代码。主要是对opencv基本数据结构CvMat、IplImage相关操作的测试。里面含有多个小测试文件,均可在VS20101下单独运行。(opencv2.1版本)-Just learning opencv time, entry-level test code. Opencv mainly for basic data structure CvMat, IplImage related operations test. Which contains sever
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
2011__openCV__morphological
- 这个是在刚学opencv时候的测试小代码。主要是图像形态学方面的操作(黑帽、礼貌、开操作、闭操作、腐蚀、膨胀)。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)(下个代码这么麻烦,要传5个文件啊??)-This is just a test when a small learning opencv code. Main image morphology operations (black hat, courtesy, open operation, closing ope
opencv_FeatureDetect_Test
- 这个是在刚学opencv时候的测试小代码。主要是图像特征提取方面的。同时,里面含有自编了canny、角点检测还有一些其他。里面每个文件均可以单独运行在VS20101平台下。(opencv2.1)-This is just a test when a small learning opencv code. The main aspects of the image feature extraction. At the same time, which includes self-compiled
helloopencv2.1
- 配置opencv,测试opencv是否配置成功的测试代码,代码通过opencv读取图片-read the picture by opencv
SVM_classification
- OpenCV SVM分类测试代码 利用SVM解决2维空间向量的3级分类问题-OpenCV SVM classification test code to use the three classification problems SVM to solve the two-dimensional vector space
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
- opencv 测试代码,可以检测安装环境是否正确-the opencv test code, can detect the correct installation environment
HeadPoseEstimation
- 3D模式的头部位置检测测试代码,Opencv-reate an Active Appearance Model of your own using OpenCV as well as how to use it to search for the closest position your model is located at in a given frame.
opencv_DFT_tst
- opencv dft的测试代码,供学习参考。-opencv dft test code for study and reference.
test
- open 测试代码,当你安装open cv以后,可以用这个程序测试你的软件是否安装正确-open test code,when you have successfully installed opencv,you can test with this codes.i hope it can help you .
OpenCVtest
- OpenCV函数库测试代码,当OpenCV配置成功即可运行-test codes for OpenCV,image processing
HelloOpenCV
- HelloOpenCV,OpenCV库测试代码,基于OpenCV2.4.10库,需要将属性表的包含路径和库路径改到自己OpenCV的目录-HelloOpenCV, OpenCV lib testing code. Base on OpenCV 2.4.10, you will need to change the path into your OpenCV install path.