搜索资源列表
linesearch
- 基于图像边缘检测实现了图像的纠偏处理,Opencv,附参考文献-Image edge detection based on the image correction processing to achieve, Opencv, with references
Hough
- 利用改进的hough变换实现图像旋转纠偏,提高了运行速度,附参考文献-The improved hough transform image rotation correction to improve the speed
improvedBinarization
- 一种改进的快速二值化方法,二值化效果更好,源文件,附加参考文献-An improved method for fast binary, binary better, source files, additional references
use-opencv-to-face-detection
- 这是使用opencv实现人脸检测的论文合集,包括四篇高质量的中文文献,参考价值高-This is achieved using the opencv face detection collection of papers, including four high-quality Chinese literature, the high reference value
opencv_rand_draw
- 本文主要介绍下opencv中自带的一个随机数发生器的类RNG,这里我用这个类来画一些图形,和基础学习笔记之opencv(13):基本绘图 一文中类似,只是 这里画出来图像的坐标,大小,颜色,角度等所有信息都是随机的,且是用RNG这个类产生的。参考文献为opencv自带tutiol及其代码。 开发环境:opencv2.4.2+Qt4.8.2+ubuntu12.04+QtCreator2.5 实验功能: 1. 该实验可以画6中几何图形和1个文本显示,每种都是画80个,每画完一
KaewTraKulPong
- opencv中混合高斯模型实现方法的参考文献-An Improved Adaptive Background Mixture Model for Real-time Tracking and Shadow Detection
ParticleFilter
- 颜色直方图粒子滤波器,并给出了英文参考文献; 运行方式:在前景窗口,按p键停止,在目标区域点击鼠标,让程序自动识别出目标轮廓,再次按p键,即可跟踪-The color histogram particle filter, given English references operation modes: in the foreground window, press p stop clicking the mouse in the target area, allowing the pro
myWatershed
- 参考文献:Meyer, F. Color Image Segmentation, ICIP92, 1992 代码原型:OpenCV2.4.3——>void cvWatershed(const CvArr* image, CvArr* markers)-References: Meyer, F. Color Image Segmentation, ICIP92 1992 code prototype: OpenCV2.4.3-->gt void cvWatershed (co
opencv1
- 本参考资料为Opencv算法实现重要参考文献,有助于计算机视觉等方面的开发学习-The resources for the important references, Opencv algorithm study contribute to the development of computer vision
Kalman
- 在机器视觉中追踪时常会用到预测算法,kalman是你一定知道的。它可以用来预测各种状态,比如说位置,速度等。关于它的理论有很多很好的文献可以参考。opencv给出了kalman filter的一个实现,而且有范例,该应用是对二维坐标进行预测和平滑-In machine vision often used to track prediction algorithm, kalman is that you must know. It can be used to predict various st
Opencv-stitcher参考文献
- opencv中stitcher类实现相关参考文献,适合精研opencv提供图像拼接基本原理。(The stitcher class in opencv implements related references, which is suitable for researching the basic principle of image splicing of OpenCV.)