搜索资源列表
基于opencv2.2的大津法分割
- 基于opencv2.2的大津法分割,大津法是一种自适应的阈值分割方法,应用较广,按灰度特性,将图像分为背景和目标两部分,是二值化的图像。本代码需要先行安装opencv2.2-The Otsu method based opencv2.2 split, Otsu method is an adaptive thresholding method, used widely, according to the gray-scale features, the image is divided into
ContourTrack
- 运动目标轮廓跟踪代码,运用OPENCV实现,效果还不错-Moving object contour tracking code, the use of OPENCV implementation, results were pretty good
threeframedifference
- 三帧差法目标检测代码,通过引用opencv的一些函数和库文件,能在简洁的代码中实现对目标运动的检测-three frame difference for target detection
blocktrack
- 该代码是基于opencv的运动检测代码,其主要思想是通过团块检测运动目标,然后跟踪识别运动目标。-The code is based on motion detection opencv code, the main idea is to detect moving objects by mass, and then track the moving target identification.
Temporal-Difference
- 运动目标检测帧差法的源代码 opencv代码 自己调试运行通过,感觉效果还不错,适合本科毕设-Frame difference method for moving object detection source code opencv code debugging and running through, feeling pretty good, suitable for undergraduate Complete set
detectingmovingtarget
- 本代码可以实时更新背景,建立背景模型,从而检测出视频窗口的目标运动物体-This code can be updated in real time background, background modeling, which aim to detect moving objects in video window
tracing
- 此代码用opencv和cv++实现运动目标的跟踪-This code cv++ with opencv and tracking moving objects
objecttracker
- 目标跟踪使用,经过测试,可安全使用,是个很好的代码-Tracking use, tested, safe to use, is a very good code
TrackerTestbed
- 卡内基梅隆大学的一个博士写的一个视频目标跟踪平台,包含几乎所有的目标跟踪算法,有开源的代码和相应的论文,还可以加入自己改进的算法,有很好的参考价值。-Carnegie Mellon University, a Ph.D. to write a video tracking platform, contains almost all of the target tracking algorithm, there are open source code and the corresponding
lunkuo
- 本代码基于opencv2.2,轮廓检测,输入图像,进行边缘检测并将图像区分为背景和目标,二值化,用轮廓把目标区域显示出来,还可得到目标区域内的面积,即目标的大小-The code is based on opencv2.2, contour detection, the input image, edge detection and image area is divided into the background and objectives, the two values, the targ
SL_Kalman
- Camshift+kalman该代码是在Camshift基础上就加上Kalman滤波,主要针对的是目标车辆检测-Camshift and kalman
crack
- 基于目标跟踪的VC++代码,可以检测跟踪的基于opencv的C代码,有兴趣的可以-cracking vc++ code
Histogram
- 本代码实现图像的直方图反向匹配,用于目标识别定位-The code to achieve the image histogram reverse match for the positioning of target recognition
camshift
- 在VS2008环境下,结合opencv 应用meanshift算法对运动目标进行跟踪,代码能正常运行-VS2008 environment, combined with opencv apply meanshift algorithm to track the moving target, the code to run correctly
opencv-meanshift
- meanshift的opencv代码,meanshift用于图像分割,目标跟踪-meanshift the opencv the code, meanshift used for image segmentation, target tracking
facetrack2009.zip
- 目标追踪代码,主要使用opencvx库实现,包含所有该库的头文件,Target tracking, using opencvx library implementation
camshitftrack20130115
- 这是一个基于opencv的camshift目标跟踪程序,很不错的,上面有详细的代码说明,对大家的编程很有帮助的-This is a camshift opencv based on the target tracking program, very good, it has detailed code instructions, to everyone s programming is very helpful
BoostingTracker
- 基于OpenCV 1.0的BoostingTracker跟踪算法,包括算法核心代码和dll库文件,以及相关论文,适用于形变不大的运动目标跟踪。-Applicable to small deformation moving target tracking based the OpenCV 1.0 BoostingTracker tracking algorithm, including the the algorithm core code and dll library files, and r
KCF目标跟踪C++代码
- 目标跟踪,基于opencv的kcf目标跟踪源码(Target tracking, opencv based KCF target tracking source)
代码 特征点匹配目标提取
- 利用OpenCV以及vc++实现对物体特征点匹配目标的提取,(Using OpenCV and vc++ to achieve object feature point matching target extraction,)