CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv meanshift

搜索资源列表

  1. opencv_meanshift

    0下载:
  2. 用opencv开发的meanshift源代码,很实用,容易理解-Meanshift developed using opencv source code, it is practical, easy to understand
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:10560
    • 提供者:feng
  1. mean

    0下载:
  2. 将opencv的meanshift进行简化修改。-Will simplify the modification opencv of meanshift.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-12
    • 文件大小:2816598
    • 提供者:周公
  1. mean_shift

    0下载:
  2. 在mian文件中有很多关于meanshift的算法,只要把那个注释去除即可。基于opencv-There are many documents in the mian on meanshift the algorithm, as long as you can to remove that comment. Based opencv
  3. 所属分类:Special Effects

    • 发布日期:2017-05-14
    • 文件大小:3928786
    • 提供者:柯哀
  1. Bkalman_camsha

    0下载:
  2. 基于opencv的例子使用meanshift算法追踪屏幕中中的白点,利用kalman移动搜索框.,已通过测试。 -Based on the example of the use of opencv tracking algorithm meanshift white sscreen, use the search box kalman mobile. Complete source code, has been tested.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2552747
    • 提供者:
  1. MeanShift_upup

    0下载:
  2. 史上最简洁最直观的Meanshift tracking代码;全部过程中没有借用Opencv相关库函数;读入图像采用经典的CDIB类,中间过程较易于让人理解-The simplest and the most visual coding about Meanshift Tracking!!!All the codes is written without Opencv Lib function. Classic CDIB Class is used to read the original ima
  3. 所属分类:Special Effects

    • 发布日期:2017-05-25
    • 文件大小:8687286
    • 提供者:福韩
  1. mubiaogenzong

    0下载:
  2. opencv中的一个小程序,该程序的作用是对视频或摄像头得到的视频用meanshift的方法对目标进行跟踪,需要手动选择目标。-opencv in a small program, the program' s role in the video or video camera meanshift method to track the target, the need to manually select the target.
  3. 所属分类:Other systems

    • 发布日期:2017-11-20
    • 文件大小:1795801
    • 提供者:liyafei
  1. camshift

    0下载:
  2. 在VS2008环境下,结合opencv 应用meanshift算法对运动目标进行跟踪,代码能正常运行-VS2008 environment, combined with opencv apply meanshift algorithm to track the moving target, the code to run correctly
  3. 所属分类:OpenCV

    • 发布日期:2017-11-25
    • 文件大小:5262336
    • 提供者:周景豪
  1. opencv.meanshift-master

    0下载:
  2. 使用mean shift算法对图像进行分割.-Using the mean shift algorithm for image segmentation.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:346851
    • 提供者:黎明
  1. meanshif

    0下载:
  2. 在Microsoft Visual Studio 2008平台下基于opencv的meanshift目标跟踪-in Microsoft Visual Studio 2008 environment targettracking with meanshift based on opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-11-17
    • 文件大小:8256061
    • 提供者:jiaruixin
  1. OpenCV-camshift-meanshift

    0下载:
  2. 基于VC6.0环境下的openCV-Camshift全自动跟踪,附有详细注释-Automatic tracking in VC6.0 environment based on openCV-Camshift, with detailed notes
  3. 所属分类:File Formats

    • 发布日期:2017-11-11
    • 文件大小:1875586
    • 提供者:panemein
  1. MeanShift_V1

    0下载:
  2. 基于opencv实现的meanshift算法,进行运动目标的跟踪-Moving target tracking opencv achieve meanshift algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-12-03
    • 文件大小:13720576
    • 提供者:wirelessflying
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. 结合kalman滤波的meanshift跟踪算法,meanshift算法是一种经典的均值漂移跟踪算法,采用颜色直方图作为跟踪特征,具有很高的稳定性和鲁棒性,kalman滤波是一种线性滤波预测算法。在meanshift算法中引入kalman滤波,可以提高算法的稳定性,同时提高算法执行效率。代码中除了avi格式视频读取采用opencv库函数外,核心算法均为纯C++实现,注释详细,很容易理解,同时具有很高的参考价值。 -Meanshift kalman filtering combined track
  3. 所属分类:OpenCV

    • 发布日期:2017-03-26
    • 文件大小:14885
    • 提供者:roc
  1. meanshift

    0下载:
  2. meanshift算法的跟踪 高斯背景建模 opencv程序-meanshift tracking
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:4095
    • 提供者:邓亚平
  1. MeanShift-segmentation

    0下载:
  2. 基于meanshift算法的图像分割,非opencv库函数,自己实现算法!-Based on the meanshift algorithm of image segmentation 。
  3. 所属分类:CSharp

    • 发布日期:2017-05-21
    • 文件大小:6248197
    • 提供者:骇客终结者
  1. meanshiftPcode

    0下载:
  2. 基于OpenCV下的MeanShift算法实现-OPENCV+ MEANSHIFT
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:19470547
    • 提供者:tonybom
  1. mymfc

    0下载:
  2. meanshift图像分割,mfc写的交互界面,基于OpenCV-meanshift image segmentation, mfc write interface, based on OpenCV
  3. 所属分类:Special Effects

    • 发布日期:2017-05-28
    • 文件大小:10893571
    • 提供者:黑洲飞人
  1. MeanShift-Kalman-tracking-algorithm

    0下载:
  2. meanshift+kalman to achieve tracking no opencv libraries
  3. 所属分类:Graph program

    • 发布日期:2017-05-14
    • 文件大小:3236729
    • 提供者:
  1. HW512-meanshift

    0下载:
  2. it is mean shift, machine vision. and in it, opencv function are used. but it is ok, completely true.
  3. 所属分类:Project Manage

    • 发布日期:2017-04-13
    • 文件大小:2249
    • 提供者:shabshams
  1. meanshift

    0下载:
  2. 利用OPENCV提取图像的轮廓,需找面积最大的连通图像,最后用曲线标注-Using OPENCV to extract the outline of the image, to find the area of the largest connected image, finally uses the curve labeled
  3. 所属分类:OpenCV

    • 发布日期:2017-05-23
    • 文件大小:7403596
    • 提供者:gu
  1. opencv

    0下载:
  2. 基于meanshift的单目标跟踪算法实现 说明: 1. RGB颜色空间刨分,采用16*16*16的直方图 2. 目标模型和候选模型的概率密度计算公式参照上文 3. opencv版本运行:按P停止,截取目标,再按P,进行单目标跟踪-Meanshift based single target tracking algorithm Descr iption: 1. RGB color space plane points, using a histogram 16* 16* 16 2
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-24
    • 文件大小:7713072
    • 提供者:叶影
« 1 2 34 »
搜珍网 www.dssz.com