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

搜索资源列表

  1. Image1.5

    2下载:
  2. 骨架提取算法,本程序是我们在校内做的骨架提取算法。算法是基于那且员的 -skeleton extraction algorithm, the procedure is done in schools skeleton extraction algorithm. The algorithm is based on that which the
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:77261
    • 提供者:张小风
  1. skeleton

    0下载:
  2. 基于细化算法的骨架提取算法,内涵测试图像,效果较好-Refinement algorithm based on the frame extraction algorithm,the effects is well
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:1572
    • 提供者:开心就好
  1. Photo

    2下载:
  2. 数字图像处理编程入门 书和书的 源代码 1) windows位图bitmap(即bmp文件)的结构和调色版的概念; (2) 图象的平移、旋转、镜象变换、转置变换、放缩; (3) 图象的平滑(去噪声)、锐化; (4) 图象的半影调、抖动技术; (5) 图象的直方图修正、彩色变换; (6) 图象的腐蚀和膨胀效果、细化算法、骨架的提取; (7) 图象的边沿检测与抽取、hough变换、轮廓跟踪; (8) 图象的检测、模板匹配;
  3. 所属分类:Windows Develop

    • 发布日期:2015-05-29
    • 文件大小:1991623
    • 提供者:郭东
  1. Skeleton

    0下载:
  2. 虚拟力场中心线提取程序,需要在命令提示窗口下运行该程序,使用RAW文件作为输入,输出中心线点数据文件,raw文件要和程序在同一个文件夹-Virtual Field centerline extraction procedures, require the command prompt window, run the program, use the RAW file as input, output centerline point data files, raw files and proce
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-31
    • 文件大小:29543
    • 提供者:李明
  1. 3Dmodelsbasedonskeletonextraction

    0下载:
  2. 本文件详细介绍了3d骨架提取的算法思想,有助于对骨架提取感兴趣者-This document details the 3d skeleton extraction algorithm ideas, help to interested persons on the skeleton extraction
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-06
    • 文件大小:42693
    • 提供者:李大山
  1. BinaryTest

    1下载:
  2. 主要是自己针对图像中的骨架化边缘特征提取,以及最小矩形的提取。有实际使用价值-Mainly in their own image for the edge of the skeleton of the feature extraction, and extraction of the smallest rectangle. Actual use value
  3. 所属分类:GDI/图象编程

    • 发布日期:2013-12-20
    • 文件大小:5606844
    • 提供者:maozhihua
  1. CodePVolumes

    1下载:
  2. 骨架提取算法,各种各样的算法,适合广大程序员开发研究。-Skeleton extraction algorithm
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-03
    • 文件大小:1328330
    • 提供者:仲超惟
  1. Skeleton

    0下载:
  2. 经典的基于距离变换的图像细化的骨架提取方法。-Classic based on distance transform refining skeleton extraction method.
  3. 所属分类:Console

    • 发布日期:2017-04-01
    • 文件大小:19049
    • 提供者:wangbin
  1. Morphological-image-processing

    0下载:
  2. 包含图像形态学处理的若干程序,包括二值/灰度图像的腐蚀,膨胀,开闭运算,击中击不中变换,骨架提取等。-Contains a number of morphological image processing procedures, including binary/grayscale image erosion, dilation, opening and closing operation, hit-miss transform, skeleton extraction.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-07
    • 文件大小:181533
    • 提供者:吴庆海
  1. skeleton-blood

    0下载:
  2. 基于Matlab程序,对心脏血管中心线进行提取,并实现心血管分割-Based on the Matlab program, the heart center line extraction, and the realization of Cardiovascular Division
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-24
    • 文件大小:23972
    • 提供者:gerry
  1. KinectGaitIdentificationCSharp

    0下载:
  2. 用Kinect v2 实现脚步识别的特征提取-Skeleton Gait Feature Extraction Using Kinect v2
  3. 所属分类:CSharp

    • 发布日期:2017-05-03
    • 文件大小:703768
    • 提供者:俞鑫波
  1. shape

    0下载:
  2. 在代码中,提取图像的形态,进行骨架线的提取。-In code, extract the shape of the image, the extraction of skeleton line.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-12
    • 文件大小:774
    • 提供者:zhangyi
  1. getline_test

    0下载:
  2. 骨架提取,干扰线,图像处理,降噪,二值化(Skeleton extraction, interference line)
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:6144
    • 提供者:haydn716
  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