搜索资源列表
HSVmeanshift
- 自己写的meanshift,c++代码,根据论文来的
meanshift c++ source code
- meanshift c++ source code
Video-Demo.rar
- 一个基于C++的图像处理算法,包括帧差分法、背景法和meanshift跟踪。,One based on C++, image processing algorithms, including the frame difference method, the background law and meanshift track.
Kalman
- kalman颜色跟踪算法 效果比meanshift好 opencv -kalman opencv color tracking algorithm
segmentation(meanshift)
- 基于meanshift的图像分割算法,使用C语言实现-Meanshift based image segmentation algorithm, using C language implementation
graphcutforcpp
- 这是一个基于图割算法的立体匹配程序。本程序给出了相应的c/c++代码,可以在Unix和windows下进行编译和执行。效果很好!-This is a graph cut algorithm based on stereo matching process. This procedure gives the corresponding c/c++ code can be compiled under Unix and windows and execution. Good results!
meanshift
- mean shift 图像分割 c++ edition-mean shift image segmentation
MeanShift
- 均值漂移算法中很牛的外国人写的文章,非常值得学习-A very good paper about means_shift.Reading it ,you can learn a lot.
VideoDemo
- 图象处理,背景差分,VC++ MFC 背景差分、连续帧差、MeanShift目标跟踪 代码 -Image processing, the background differential
meanshift_Cpp
- edsion系统的源代码,基于meanshift算法-edsion system source code, based on the algorithm meanshift
meanshift
- meanshift粒子滤波c代码,挺不错的。-meanshift particle filter c code.
Meanshift
- 根据网址http://www.caip.rutgers.edu/riul/research/code.html 提供的代码,对Meanshift图像分割进行了封装实现,提供了Matlab和C两种调用接口。-According to Web site http://www.caip.rutgers.edu/riul/research/code.html the code provided on the packaging Meanshift image segmentation was achie
yundong
- 采用 CAMSHIFT 算法快速跟踪和检测运动目标的 C/C++ 源代码,OPENCV BETA 4.0 版本在其 SAMPLE 中给出了这个例子。算法的简单描述如下-This application demonstrates a fast, simple color tracking algorithm that can be used to track faces, hands . The CAMSHIFT algorithm is a modification of the Meanshi
CamShiftDemo(opencv)
- Meanshift 程序,c++环境的,在上网下来好使的程序,所以上传来给大家分享-Meanshift program, c++ environment, the Internet down so that the program, so come to share upload
code
- 代码1:优化过的Otsu程序,纯C编写 代码2:优化过的中值滤波程序,纯C编写 代码3:快速连通域检测程序,用于团块分析,纯C编写 代码4:MeanShift图像分割程序,纯c编写 代码5:WaterShed图像分割程序,c++编写,可直接运行,看分割效果-Code 1: The optimized program Otsu, pure C code 2: The optimized procedure median filter, pure C code 3: Fa
MeanShift
- meanshift算法的一个简陋的C实现-just for study on meanshift algorithm
MeanShift-Kalman-tracking-algorithm
- 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
meanshift-algorithm-and-implement
- 该文章讲述了meanshift跟踪算法的实现,以及其详细的源代码,该代码是用C语言实现。-This article describes the realization meanshift tracking algorithm, as well as its detailed source code, the code is implemented in C language.
Meanshift(cPPaamatlab)
- 用c++开发的meanshift分割算法,里面有软件和文档,方便初学者学习。另外,还附带了matlab版的meanshift。-With c++ development meanshift segmentation algorithm, which has the software and documentation, easy for beginners to learn. In addition, it comes with matlab version meanshift.
meanshift
- 在vs2010上运行的均值漂移目标跟踪算法的源程序,采用c++语言编写,具有良好的运行效果。-Mean shift in vs2010 running target tracking algorithm source code, using c++ language, has good operating results.