CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - 边界跟踪

搜索资源列表

  1. OnProcessTrace

    1下载:
  2. 于八方向链码的边界跟踪代码,其中数组存储的是边界点的矢量方向,存储的是边界点的坐标。-in eight directions chain code border tracking code, which is stored in an array of border points vector direction, Storage is the boundary point coordinates.
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2011
    • 提供者:王伟
  1. vc_pictureprocess

    0下载:
  2. c++编译的图像处理程序,主要包括:几何变换、滤波、边缘检测、锐化、轮廓提取和边界跟踪、形态学处理-c compiler of image processing procedures, including : geometric transformations, filtering, edge detection, sharpening, contour extraction and border tracking and morphological processing, etc.
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:358446
    • 提供者:da
  1. Researchon3DHumanMotionTrackingBasedonProbabilisti

    0下载:
  2. 本文提出了有模型指导的三维人体运动跟踪框架,将一个多关节的圆台形状三维人体模型与多个视频图像中的外轮廓、边界、灰度和肤色特征进行匹配,使人体运动跟踪变成一个状态估计问题。并且,使用基于概率模型的粒子滤波算法来完成非线性、非高斯动态系统的状态估计。
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:6459831
    • 提供者:阳关
  1. 轮廓跟踪16

    0下载:
  2. 提取灰度图象中的物体边缘,实现图象的边界轮廓追踪-gray images from the edge of objects, images to achieve the boundary contour tracking
  3. 所属分类:GDI/图象编程

    • 发布日期:2008-10-13
    • 文件大小:412000
    • 提供者:孙类
  1. Boundary Tracking

    1下载:
  2. 在识别图像中的目标时,往往需要对目标边缘作跟踪处理,也叫轮廓跟踪。顾名思义,轮廓跟踪就是通过顺序找出边缘点来跟踪边界的。,Images in the identification of targets, the target is often necessary for tracking the edge of treatment, also called contour tracking. As the name suggests, contour tracing is to find the
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-06-15
    • 文件大小:4153
    • 提供者:蓝水晶
  1. mconntour_fola

    0下载:
  2. matlab 边界跟踪程序源码,图像要求为二二值图像,输出为边界的点的坐标。 可直接使用。 -Matlab boundary tracking program source code, image requirements for the Twenty-binary image output boundary coordinates of the points. Can be used directly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-14
    • 文件大小:3374
    • 提供者:thriftyy
  1. bianjiegenzong

    0下载:
  2. 边界跟踪算法的VC++ 程序,挺好,用数组实现的。-The boundary tracking algorithm is vc++, quite good, with the realization of an array.
  3. 所属分类:.net

    • 发布日期:2017-11-29
    • 文件大小:1876
    • 提供者:bullet
  1. canny

    0下载:
  2. 数字图像处理中的的Canny算法,其中包括高斯平滑,非极大值抑制算法,区域填充和边界跟踪算法!-Canny edge Detection!
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-15
    • 文件大小:3969449
    • 提供者:yks
  1. image

    0下载:
  2. matlab 边界跟踪程序,图像要求为二值图像,输出为边界的点的坐标-Matlab boundary tracking program, the image to two value image, the output coordinates of boundary point
  3. 所属分类:Other systems

    • 发布日期:2017-04-14
    • 文件大小:4218
    • 提供者:陈小筑
  1. matlab--Source-code

    0下载:
  2. 本段代码主要应用于MATLAB,可以实现边界跟踪的功能-MATLAB Boundary tracking
  3. 所属分类:Other systems

    • 发布日期:2017-04-15
    • 文件大小:6317
    • 提供者:王磊
  1. LK算法

    0下载:
  2. 利用openCV,首先利用goodFeaturesToTrack函数得到图像中的强边界作为跟踪的特征点,接下来要调用calcOpticalFlowPyrLK函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把得到的跟踪结果过滤一下,去掉不好的特征点。再把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as t
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:2072576
    • 提供者:赵嘉慧
  1. 光流法运动估计OpticalFlow

    0下载:
  2. 利用openCV,首先得到图像中的强边界作为跟踪的特征点,调用函数,输入两幅连续的图像,并在第一幅图像里选择一组特征点,输出为这组点在下一幅图像中的位置。再把结果过滤,去掉不好的特征点。把特征点的跟踪路径标示出来。(Using openCV, we use goodFeaturesToTrack function to get strong edges in the image as the feature point tracking, next to call calcOpticalFlow
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:2038784
    • 提供者:赵嘉慧
  1. MATLAB实用源代码

    2下载:
  2. 1.图像反转 2.灰度线性变换 3.非线性变换 4.直方图均衡化 5. 线性平滑滤波器 6.中值滤波器 7.用Sobel算子和拉普拉斯对图像锐化:8.梯度算子检测边缘 9.LOG算子检测边缘 10.Canny算子检测边缘 11.边界跟踪 (bwtraceboundary函数)12.Hough变换 13.直方图阈值法 14. 自动阈值法:Otsu法 15.膨胀操作 16.腐蚀操作 17.开启和闭合操作 18.开启和闭合组合操作 19.形态学边界提取 20.形态学骨架提取 21.直接提取四个顶点坐标
  3. 所属分类:其他

搜珍网 www.dssz.com