搜索资源列表

  1. meanshift

    0下载:
  2. mean shift算法提取图像边缘和图像分割-mean shift algorithm for image edge extraction and image segmentation
  3. 所属分类:matlab例程

    • 发布日期:2024-05-21
    • 文件大小:1144832
    • 提供者:djjk
  1. VideoTrack_code

    0下载:
  2. mean shift算法视频跟踪实现 -mean shift tracking algorithm implementation video
  3. 所属分类:视频捕捉/采集

    • 发布日期:2024-05-21
    • 文件大小:1683456
    • 提供者:蒋鹏
  1. mean-shift-original

    0下载:
  2. 最早提出mean shift算法的文献,从事图像跟踪研究人员必读。-Mean shift algorithm was first proposed by the literature, researchers in image tracking required reading.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:800768
    • 提供者:yuanman
  1. An-Improved-Mean-Shift-Algorithm

    0下载:
  2. 奉文主要针对经典的Mean Shift跟踪算法均匀剖分整个颜色空间造成许多空的直方图区间以及不能准确表达目标 颜色分布的缺点,提出J,一种改进算法.该改进算法首先对目标的颜色进行聚类分析,根据聚类结果通过矩阵分解和正交变换 自适席地剖分日标的颜色空间从向确定对戍于每一聚类的子空间.在此基础上定义 一种新的颜色模型,该模型统计落入每 一颜色子空间的像素的加权个数并用高斯分布建模每一个子空间的颜色分布,并推导r一种相似性度量米比
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-21
    • 文件大小:440320
    • 提供者:陈方芳
  1. Mean-Shift

    0下载:
  2. 用于实现Mean-Shift算法,非常简洁和实用,适合初学者.-Mean-Shift algorithm used to implement very simple and practical, suitable for beginners.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:78848
    • 提供者:j
  1. Thresholding-using-mean-shift

    0下载:
  2. 基于mean shift的阈值分割matlab代码,先借助Mean Shift算法的分割特性将灰度值相近的元素进行聚类,然后,在此基础上应用阈值分割算法,达到将图像与背景分离的目的。-Threshold based on mean shift segmentation matlab code, the first split with the Mean Shift algorithm similar to the gray value
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:xcm
  1. mean-shift

    0下载:
  2. Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:1545216
    • 提供者:苏军
  1. rgb-mean-shift

    0下载:
  2. 基于vc的opencv实现meanshift算法-vc+opencv+meanshift,you can use it freely
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:3902464
    • 提供者:liukangya
  1. mean-shift-tracking

    0下载:
  2. 用mean-shift算法实现目标在线跟踪,在发生光照变化,遮挡等情况时都能准确的跟踪目标-Using the Mean-shift algorithm to achieve the goal of online tracking, and accurate tracking of the target can occur illumination changes, occlusion, etc.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2745344
    • 提供者:董洁
  1. phase-shift--phase-shift-algorithm

    0下载:
  2. 能够实现MATLAB下相位偏移算法,里面自带一些音频-It is able to achieve a phase shift algorithm in MATLAB, which comes with some audio
  3. 所属分类:语音合成与识别

    • 发布日期:2024-05-21
    • 文件大小:1271808
    • 提供者:严旭
  1. Mean-Shift-trace-code

    0下载:
  2. 给出了图像轨迹追踪mean shift算法的详细原理公式和实现的C语言代码-Gives a detailed schematic formulas of mean shift image tracking algorithm and the C code
  3. 所属分类:图形图象

    • 发布日期:2024-05-21
    • 文件大小:330752
    • 提供者:陈鹏
  1. Mean-Shift-Segmentation-Method

    0下载:
  2. Mean Shift算法的基本原理,着重研究了Mean Shift的迭代过程和收敛性以及特征空间的结构。通过Mean Shift结构分析,本章提出了一种快速区域合并算法并将其应用于改进的Mean Shift图像分割算法。-The basic principle of the Mean Shift algorithm, focusing on the Mean Shift iteration process and convergence
  3. 所属分类:技术管理

    • 发布日期:2024-05-21
    • 文件大小:1310720
    • 提供者:waiwai
  1. Mean-shift

    0下载:
  2. 该代码是采用Mean-shift算法进行目标跟踪,该代码可以正常运行,且简单易懂。-The code is the use of Mean-shift algorithm to track the target, the code can run normally, and it is easy to understand.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-21
    • 文件大小:2467840
    • 提供者:戴彬
  1. Mean-Shift

    0下载:
  2. 基础的目标跟踪算法,mean shift算法实现目标跟踪-Based target tracking algorithm, mean shift tracking algorithm
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:atobe
  1. mean-shift-Image-segmentation--

    0下载:
  2. Mean-shift算法用于彩色图像分割,本人已经用在自己的课题上,效果挺好,该算法对遮挡、变形等情况的鲁棒性比较好,但是在背景及目标颜色的分布相类似时,效果将欠佳。-Mean-shift algorithm for color image segmentation, I have used on their own subject, effect is good, the algorithm robustness of shade,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:215040
    • 提供者:小胡
  1. mean-shift-matlab-master

    0下载:
  2. 基于Mean Shift算法的运动物体跟踪matlab程序-matlab program to track the moving object using mean shift methods
  3. 所属分类:图形/文字识别

    • 发布日期:2024-05-21
    • 文件大小:5120
    • 提供者:ronghailiin
  1. mean-shift

    0下载:
  2. Mean-Shift算法的C++程序,手动选择目标跟踪,并显示目标的直方图-Mean-Shift algorithm C++ procedures, manual selection of target tracking, and display the target histogram
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:2048
    • 提供者:戴文君
  1. Mean-Shift-CPP

    0下载:
  2. 在VC6.0+OPENCV上对Mean Shift算法的简单实现,对图像进行简单的额分割-On VC6.0+ OPENCV simple realization Mean Shift algorithm for image segmentation simple volume
  3. 所属分类:OpenCV

    • 发布日期:2024-05-21
    • 文件大小:798720
    • 提供者:贾明
  1. meanshift code

    0下载:
  2. Mean shift算法是传统的目标建模的方法,即对欲跟踪目标进行建模,然后通过匹配的方式寻找到下一帧中目标的位置。但它又与传统的盲搜不同,它利用相邻帧之间目标位置变化不大的特点,采用迭代逼近的方式提高算法的搜索速度。(The Mean shift algorithm is the traditional method of target modeling, which is to model the object to be trac
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-21
    • 文件大小:19470336
    • 提供者:songshuai
  1. 聚类算法

    0下载:
  2. 文件夹中主要有二维的K-means,gmm,mean-shift,三维的K-means聚类算法的程序,同时已经经过本人验证无误,可以成功运行,有问题的可以私下交流。(Folder mainly two-dimensional k-means, GMM, mean-shift, three-dimensional k-means clustering algorithm procedures, at the same time has b
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-21
    • 文件大小:10240
    • 提供者:xuebiao
« 1 2 3 45 6 7 8 9 10 ... 30 »

源码中国 www.ymcn.org