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

搜索资源列表

  1. Thinner

    0下载:
  2. 文字图像细化算法源代码。细化后所得的文字图像骨架是严格的1象素宽度,细化效果极佳!-text image thinning algorithm source code. After refining the text images of the skeleton is strictly a pixel width, thinning effect excellent!
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:3.25kb
    • 提供者:王宏志
  1. Thinner

    0下载:
  2. 图像处理边缘细化算法,c++程序实现 算法简单易懂
  3. 所属分类:软件工程

    • 发布日期:2008-10-13
    • 文件大小:3.79kb
    • 提供者:汪和谐
  1. HILDITCH

    0下载:
  2. 自己写的一种图像细化算法 hilditch的细化算法-a thinner argorithm on .bmp picture with hilditch of myself
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-04
    • 文件大小:1.32kb
    • 提供者:tianyu
  1. THINNER

    0下载:
  2. 数字图象处理的预处理过程中重要的一步--细化-Pretreatment of digital image processing an important step in the process- thinning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3.67kb
    • 提供者:qiyali
  1. thinner

    0下载:
  2. 细化算法,对轮廓和其他图像进行细化的处理,并且让轮廓更加清晰。-Thinning Algorithm for contour and other refined image processing, and let the outline more clearly.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:3.67kb
    • 提供者:shenghao
  1. Thinner

    0下载:
  2. Thinner 算法-Thinner algorithm
  3. 所属分类:CSharp

    • 发布日期:2017-04-14
    • 文件大小:3.57kb
    • 提供者:周家丽
  1. thinner

    0下载:
  2. 细化算法,正在做毕业设计的同学可以参考一下,有较高的参考价值-Thinning algorithm, is designed to do graduate students for reference, have a high reference value
  3. 所属分类:Special Effects

    • 发布日期:2017-04-26
    • 文件大小:113.21kb
    • 提供者:weinan
  1. Thinner

    0下载:
  2. 实现二值影像的细化,对几种经典的算法进行了适当改进。-A demo program for image thinning, it performs better than the classic algorithm.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:38.57kb
    • 提供者:胡忠文
  1. Thinner

    0下载:
  2. visual C++图像处理编程图像细化源代码-visual C++ image processing programming source code image thinning
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:3.25kb
    • 提供者:
  1. thinner-art

    0下载:
  2. 模式识别系列联机字符识别中用到的细化算法源码-Pattern Recognition series of online character recognition algorithm source code used in the refinement
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-04
    • 文件大小:3.3kb
    • 提供者:郭世强
  1. Thinner

    0下载:
  2. 多种图像细化算法,使用VC++语言编写的-A variety of image thinning algorithm, using VC++ languages
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:2.98kb
    • 提供者:lqingzh
  1. Earth

    0下载:
  2. A small (code-wise) demo that features earth, with night and day texture maps, atmospheric effects, an orbiting moon, the sun, a stars background and optional constellation lines. The only technical part lies with the atmospheric effect, whi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-05-16
    • 文件大小:3.94mb
    • 提供者:GF0309
  1. Thinner

    0下载:
  2. 验证码识别细化算法 验证码识别细化算法-Verification code to identify thinning algorithm
  3. 所属分类:Graph Recognize

    • 发布日期:2017-04-14
    • 文件大小:4.85kb
    • 提供者:雄天
  1. thinner

    0下载:
  2. 图像粗化细化以及中轴变化,处理效果不错,可以较好移植-Roughening image refinement as well as the central axis changes, the treatment effect is good, can be better transplant
  3. 所属分类:Special Effects

    • 发布日期:2017-11-16
    • 文件大小:2.34mb
    • 提供者:Tim
  1. extracion_skelton_of_image

    1下载:
  2. 本程序主要实现图像的骨架化。细化和骨架化操作是把区域的面宽度缩到最小,即单像素宽度,也就是把物体变细,直到现最小的像点连通性。-The main procedures of the skeleton of the image. Refinement and skeleton operation the face width of the region is reduced to a minimum, i.e., a single pixel width, which is the object
  3. 所属分类:matlab

    • 发布日期:2017-11-19
    • 文件大小:21.35kb
    • 提供者:茄子
  1. Thinner

    0下载:
  2. 图像处理边缘细化算法,c++程序实现算法简单易懂-Image processing edge thinning algorithm, c++ Realize algorithm is simple and straightforward procedure
  3. 所属分类:Graph program

    • 发布日期:2017-04-14
    • 文件大小:3.79kb
    • 提供者:ggedin
  1. edge

    0下载:
  2. 在matlab,传统的边缘检测直接调用edge函数,但是得到的边缘信息较稀薄,可以通过将sobel,roberts,prewitt三种算子的边缘检测叠加起来,并且对于连续的边缘部分拓宽,使得边缘更连贯清晰-In matlab, traditional edge detection edge direct call function, but thinner than the edge information can be obtained by sobel, roberts, prewitt t
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:14.66kb
    • 提供者:huanglianjing
  1. Thinner

    0下载:
  2. 此程序是细化光条纹的算法,主要用于在视觉测量中,对于拍摄到的光条纹进行中心提取-This program is the algorithm about thinnering the light-stripe,mainly used to eatract the center of light-stripe in vision meament
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:671.11kb
    • 提供者:YangKai
  1. Edge-Detection-master

    0下载:
  2. This project is about detecting edges using canny edge detector. The canny edge detector is implemented from scratch using c++. Steps involved in creating a canny edge detector: STEP 1: smoothen the image using gaussian blur. STEP 2: Use differential
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-03
    • 文件大小:5kb
    • 提供者:穿山甲说
搜珍网 www.dssz.com