搜索资源列表
用C++和OpenCV实现的图像方框的识别
- 用C++和OpenCV实现的图像方框的识别,并对方框进行标记,用红色的线标记出来。可以用于图像分割、定位等等。,Using C++ and OpenCV image box to achieve the recognition, and the box marked with a red line marked. Can be used for image segmentation, positioning and so on.
电子稳像的C++程序
- 电子稳像的C++程序,用visual C++ 和 OPENCV 1.0编的-Electronic image stabilization of the C++ program, using visual C++ and compiled OPENCV 1.0
运动物体跟踪,采用c,c++
- 运动物体跟踪,采用c,c++,opencv编写,mobile tracking
基于Retinex的MSRCR算法的C语言实现
- 基于Retinex的MSRCR算法的C语言实现。其中的高斯平滑采用了与尺度无关的快速算法,每个点的运算只要6MADD。程序改自GRetinex,一个GIMP插件,C implementation of Retinex, i.e. MSRCR algorith. In the implementation a fast algorithm was employed for Gaussian smoothing that only 6 MADD for each operating point ar
GVF_Snake_plus.rar
- GVF snake的C++实现,开发环境为VC6.0,OpenCV。大部分代码都为本地代码。代码依据GVF原始论文以及其demo编写。 ,GVF snake' s C++ implementation, development environment for VC6.0, OpenCV. Most of the code for the local code. GVF dissertation based on original code as well as the preparation o
Gabor(matlab_C_Cv).rar
- 这里包含三个高质量的Gabor实现代码,分别基于C、OpenCV、Matlab,大家各取所需吧。Gabor变换可以实现在多个尺度、多个方位上的变换,尤其是对于纹理的检测有很好的效果,研究表明Gabor特征符合人眼感受野特性。 ,Here are three high-quality implementation of the Gabor code, respectively, based on C, OpenCV, Matlab, let everyone take what we need
SIFT_VC.rar
- 用C++及OpenCV写的SIFT算法,经测试很好用,OpenCV with C++ and write SIFT algorithm, tested well with the
pyramid_segmentation.rar
- 此代码可以在Visual C++和OpenCV开发环境下,采用金字塔方法进行图像分割,This code can be Visual C++ And OpenCV development environment, using the pyramid method of image segmentation
edge.rar
- opencv c++将彩色图像转换为灰度图像进行边缘检测,,opencv c++ to convert color images to gray-scale image edge detection,
foudpot.rar
- 找出图形图像的面积,显示通过变化后的图像,用c++与OPenCV共同实现。,To identify the area of graphic image to show through changes in image, using c++ and realize common OPenCV.
mymfc1
- 使用工具visual c++,opencv,并在vc++中的mfc下连接opencv并创建工程用于图像显示-The use of tools visual c++, Opencv, and vc++ In mfc connect and create a project for opencv image display
SIFT-opencv-verygood
- 我在论坛里找了很多关于这个SIFT算法的程序,很多根本就调不通,这个是我好不容易找到的比较好的结合C++和OPENcv工具箱的程序包,但是还是缺少了几个链接库文件,我已经加到了这个压缩包里面了,关于VC6下如何配置OPENCV的方法,也做了图片放到了里面,过程十分详细,对于初学者使用起来应该是最方便的了,绝对出结果。注意要配置,过程已经很清晰了。-First, note that password is wrh compressed package in the forum I found a
c
- 基于VISUAl C++的opencv图像识别程序,用于图像处理与模式识别。-VISUAl C++ based on the opencv image recognition program for image processing and pattern recognition.
Image-Processing-OpenCV-
- 基于Visual C++和OpenCV结合的打开摄像头捕获图像源程序,是结合OpenCV库函数开发的程序,非常实用。-Based on Visual C++ and OpenCV camera to capture a combination of open source image, is a combination of OpenCV library development program, very useful.
openCV
- 在C++builder6.0中使用OpenCV1.0,包括OpenCV配置方法和一个示例。-In C++ builder6.0 use OpenCV1.0, including configuration and an example.
OReilly-OpenCV
- 说明:本书是基于OpenCV1.0的,以C语言实现为主。目前OpenCV的最新的版本是OpenCV2.0,已经完全实现了C++,可惜还没有一本书(包括外文的)是基于OpenCV2.0来介绍OpenCV的,所以建议熟悉图像处理并且英语能过关的朋友直接去学习OpenCV2.0里的英文帮助文档吧。不过英语不行的朋友先从本书开始学习也是一个不错的选择。-Descr iption: This book is based on the OpenCV1.0, and to C language based.
基于MFC的OpenCV图像处理和显示
- 基于OpenCV的图像处理,通过点击按钮,选择要处理的参数,选择并将处理后的图像显示在图像控件上。
国外阴影检测消除算法很好的
- 阴影检测双线性滤波器TIP上的文章,c++与opencv,。ppm
opencv
- 树莓派中调用原装摄像头(csi),并使用c++编写opencv(The raspberry pie is calling the original CSI, and using c++ to write opencv)
Python-opencv车牌识别
- 算法思想来自于网上资源,先使用图像边缘和车牌颜色定位车牌,再识别字符。车牌定位在predict方法中,为说明清楚,完成代码和测试后,加了很多注释,请参看源码。车牌字符识别也在predict方法中,请参看源码中的注释,需要说明的是,车牌字符识别使用的算法是opencv的SVM, opencv的SVM使用代码来自于opencv附带的sample,StatModel类和SVM类都是sample中的代码。SVM训练使用的训练样本来自于github上的EasyPR的c++版本。由于训练样本有限,你测试时会