CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 图形图像处理(光照,映射..) 搜索资源 - 骨架提取

搜索资源列表

  1. Lab7_1

    0下载:
  2. hit-miss方法下的图像骨架提取,很好用
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:1647
    • 提供者:ninja
  1. skeleton.rar

    1下载:
  2. 一个用opencv编写的骨架提取的程序,主要原理是基于距离变换,鲁棒性很高,里面附了多个测试图片,Opencv prepared with a skeleton extraction procedure, the main principle is based on the distance transform, robust high, which is attached a number of test pictures
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:254777
    • 提供者:huwentao
  1. xihua.rar

    0下载:
  2. 细化。通过MATLAB对图像进行细化提取骨架处理,从而方便进行下一分析,Refinement zs appises the Zhang-Suen skeletonization algorithm to image IM. IM must be binary.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-04
    • 文件大小:956
    • 提供者:xujin
  1. AdvMorph

    0下载:
  2. 用OpenCV实现的Matlab中形态学细化、提取骨架、收缩算法。测试效果与Matlab相同。-Algorithms of morphological thinning,Skeleton and Shrink,ported from Matlab to OpenCV.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:2327422
    • 提供者:
  1. gujia

    1下载:
  2. 数字图像处理骨架提取,能将一个二值图像的骨架提取出来进行后续处理。骨架是一种非常重要的图像几何特征,在图像几何形态分析及相关领域具有非常广泛的应用,利用骨架表示原始图像,可以在保持图像重要拓扑特征的前提下,减少图像中的冗余信息。骨架既能压缩图像数据,保留区域的连通性和拓扑性,描述区域轮廓的几何特征,又能使原始图像完全或部分地从骨架中恢复或重构。-Skeleton extraction of digital image processing, to a binary image of the sk
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:72333
    • 提供者:hujiang
  1. ImageProcessing

    0下载:
  2. 一个图像处理的小程序,主要包括的功能有:求直方图,二值化,灰度均衡,骨架提取。另一个有用的功能是红细胞识别,即一副细胞图像中计算出红细胞个数。并附带测试图片。-a useful software in digital image processing....
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:743260
    • 提供者:桑贤
  1. 5

    0下载:
  2. 对图像进行细化和提取骨架操作,还是那句话,绝对原创-read an image and proccessed with matlab to get its skeleton and the result of thin
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:24170
    • 提供者:jia lei
  1. gujiatiqu

    0下载:
  2. 图像处理中二值图像骨架提取的代码,cvi编程,朋友们看看吧-Image processing binary image skeleton extraction code, cvi programming, friends, let' s see it
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:177632
    • 提供者:rongshu
  1. img-reg

    0下载:
  2. 对图像实现骨架化操作、提取边界、执行图像开运算度、增强图像对比度并提取文本图像中的某些字符对象。-Implementation of the image skeleton operation, extraction of the border, the implementation of open computing degree images to enhance image contrast and to extract the text of some of the characters
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:1006
    • 提供者:fjdata
  1. progZhang

    1下载:
  2. 图像细化算法的代码,可以快速提取图象的基本骨架-source code for image thinnig, and it can extract the basic sketlon of images, fastly.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:752
    • 提供者:jlp
  1. tuxiangjinghua

    0下载:
  2. 图像细化一般作为一种图像预处理技术出现,目的是提取源图像的骨架,即是将原图像中线条宽度大于1个象素的线条细化成只有一个象素宽-Image thinning, as a general emergence of image pre-processing technology, the aim of extracting the source of the image frame, that is, lines of the original image is greater than the wi
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:393164
    • 提供者:石鹏
  1. showbmp

    0下载:
  2. 基本的图像处理算法大全,包括各种算子以及直方图均衡化、骨架提取等。-Basic Image Processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:89973
    • 提供者:hanfeng
  1. Anovelalgorithm

    0下载:
  2. 一个新颖的基于Reeb图的骨架提取算法的全部参考资料-A novel Reeb graph based skeletonization algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-06-19
    • 文件大小:30836451
    • 提供者:张印
  1. xinxilun

    1下载:
  2. 《Visual C++数字图像获取、处理及实践应用》杨枝灵、王开等编著。内容:第4章 图像增强(对比度增强、灰度变换法、直方图修整法、图像平滑、图像锐化、伪彩色和假彩色增强);第5章 图像复原(逆滤波复原、维纳滤波方法);第6章 图像处理中的正交变换(傅立叶变换、离散余弦变换(DCT)、沃尔什变换、基于特征向量的变换、霍特林(Hotelling)变换、SVD变换、小波变换、Mallat算法);第7章 图像压缩编码(霍夫曼(Huffman)编码、算术编码、游程编码(Run Length Codin
  3. 所属分类:Special Effects

    • 发布日期:2017-05-13
    • 文件大小:3455243
    • 提供者:chengshuai
  1. SearchEdge

    0下载:
  2. 经典的提取骨架算法。可以提取各种图片的骨架。 -get the skeleton。get the skeleton。get the skeleton。get the skeleton。get the skeleton。
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4485075
    • 提供者:wang
  1. maview

    0下载:
  2. 该程序用于完成对二值图像进行骨架提取,进行图像处理-The program used to complete the binary image skeleton extraction, image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:785
    • 提供者:丘比特
  1. xihua

    2下载:
  2. 采用索引表细化算法,对图像进行细化处理,用于图像的骨架提取,附加一个霍夫变换检测直线-Thinning algorithm using an index table, refine the image processing for image skeleton extraction, attach a Hough transform line detection
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:2341
    • 提供者:gao
  1. bmp

    0下载:
  2. 在TC dos下实现8位位图的按位读取,然后对位图进行细化,实现图像骨架提取。-TC dos under 8 bitmap read by bit, and then to refine the bitmap image skeleton.
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:3188
    • 提供者:zhaoyang
  1. 骨架提取

    0下载:
  2. 图像骨架处理运用滑动模块函数进行图像的提取(Image skeleton processing, the use of sliding module function for image extraction)
  3. 所属分类:图形图像处理

  1. 预处理+边缘特征提取+形心骨架模型

    2下载:
  2. 内含检测视频,用于特征的提取,使用的matlab 软件,功能非常强大(Embedded detection video, used for feature extraction, matlab software, is very powerful)
  3. 所属分类:图形图像处理

« 12 3 4 »
搜珍网 www.dssz.com