搜索资源列表
kalman
- we have to write bridge-code to all the OpenCV ... with a simple demo-to-demo match of the OpenFrameworks example, ... I haven't fully gotten my head around the Kalman filter demo in the OpenCV documentation
Run 实现对车牌颜色进行识别和车牌区域的粗定位
- 代码能够实现对车牌颜色进行识别和车牌区域的粗定位,代码使用opencv实现的,算法的鲁棒性比较强!-code can be used for recognition of the color of the plate and coordinate the area of the plate.
SIFT-on-VC
- 用c++与OPENCV结合在一起的SIFT算法源码,看了后会很有用-OPENCV with c++ together with the SIFT algorithm source code, can be useful after reading
OpenCV_contours
- OpenCV contours 图像轮廓提取程序源代码-OpenCV contours image contour extraction procedure source code
OpenCV_ffilldemo
- OpenCV ffilldemo.cOpenCV图像处理程序源代码-OpenCV ffilldemo.cOpenCV image processing source code
ncc
- The normalized cross correlation (NCC) implemented in C++ and Matlab
AppendBarCode
- 为图像添加条形码的动态链接库,用到OpenCV合并原图和条形码图,条形码根据字库文件生成。-Add a bar code for the image of dynamic link libraries, and barcodes are used OpenCV original merger plans, the bar code under the font file generation.
B-spline-approximation
- 一个可以将给定2D曲线图像转化为B样条曲线的程序。需要opencv支持 内含程序源码、用户手册、算法原理文档、样例以及结果文档-A simple code about B-spline approximation.
opencv
- 不会,此代码是OpenCV阅读OpenCV源代码而后一点点抠出来的-Not, this code is the OpenCV reading OpenCV source code and then pull out a little bit.
SIFT-CPP1
- SIFT算法代码,C++的,确认可用,并提供opencv和gsl以及相关安装方法-SIFT algorithm code, C++ confirmation available, and provide opencv and gsl installation method
OpenCVTest
- OpenCV基本编程练习,包括显示图片,播放视频,滚动条,图片平滑,ROI,事件响应等。为了避免各个模块之间相互影响,对应的代码已经屏蔽,可以通过选择取消屏蔽相应的代码实现相应的功能-OpenCV basic programming exercises, including display pictures, play video, scroll bars, smooth picture, ROI, and incident response. In order to avoid the int
MSFilter
- mean-shift滤波,需要安装opencv,读入图片接口使用了opencv函数。 代码功能: 读入图片,输出mean-shift滤波后的图片,灰度图、彩色图均可。 文件介绍: MSF.h mean-shift滤波头文件 MSF.cpp mean-shift滤波函数体 Main.cpp 主函数 -mean-shift filter, you need to install opencv, read into the picture opencv function int
sift-code
- sift 算法的实现,在opencv 环境中 所有的函数都已经写出-the source code of the sift alogrithm
danmubd
- 基于opencv单目机标定的源代码,包含标定的图片,程序注释详细,很适合初学者。-Based on opencv monocular machine calibration source code, including the picture of the calibration, application notes in detail, very suitable for beginners.
road
- 车道线检测,在vs2010配置opencv的情况下亲测可用,代码没有做出透视变换-Lane detection, in the case of pro-test opencv vs2010 configuration is available, the code does not make a perspective transformation
lapulas
- 一份适合于初学者的代码,在vs2010配置opencv的情况下可用。拉普拉斯变换部分是笔者自己写的,不是opencv的源代码-A code suitable for beginners, available in the case of vs2010 configuration opencv. Laplace transform part of the author to write, not opencv source code
match
- 基于OpenCV图像匹配的代码,在图像库里面进行检索出匹配的图像-Code,based on OpenCV image matching in an image repository to retrieve the matching of images
screenshot
- 做的一个截图源码,用opencv和vs2013做的 ,将一幅图片截成三份,分别保存。-Do a screenshot source code, using opencv and vs2013 do, the picture cut into three parts, were preserved.
Lee filter C++ source code
- Lee filter implemented by C++ with OpenCV
HistogramProcessing
- 自己完成的直方图均衡化的代码,很好用,很适合(Histogram equalization completed their own code, very easy to use)