CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 分水岭算法 c

搜索资源列表

  1. watershed_c++

    0下载:
  2. 一种分水岭算法的C语言程序。包含watershed.cpp, kenel.cpp, transform.cpp等源代码-a watershed algorithm C language program. Included watershed.cpp, kenel.cpp. transform.cpp such as source code
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:61.29kb
    • 提供者:郑元义
  1. MyImageDBDoc

    0下载:
  2. 用c++编写的一个图像分水岭算法的程序,用于图像分割
  3. 所属分类:图形图象

    • 发布日期:2008-10-13
    • 文件大小:23.64kb
    • 提供者:gg
  1. segmentaion

    1下载:
  2. 我自己用vc写的一个图像分割的程序,先用分水岭算法得到一个初始的分割结果,然后根据每个小块的颜色和形状进行合并,最后得到一个统计最优的分割结果。相关算法可以参阅下面的文章 Xiao Chen He, Nelson H. C. Yung, K.P. Chow, Francis Y.L. Chin, Ronald H. Y. Chung, K. Y. K. Wong, Kenneth S.H. Tsang, “Watershed Segmentation with Boundary Curvat
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2008-10-13
    • 文件大小:86.03kb
    • 提供者:sam he
  1. imagewatershedsegmentation

    0下载:
  2. 分水岭算法在图像分割中的应用程序,本文是在c语言的环境下运算
  3. 所属分类:2D图形编程

    • 发布日期:2008-10-13
    • 文件大小:2.41kb
    • 提供者:Lyf
  1. cvWatershed 基于C++语言的分水岭算法

    1下载:
  2. 本程序是基于C++语言的分水岭算法,其中调用了opencv的函数库。-This procedure is based on C++ language, watershed algorithm, which is called the opencv library of functions.
  3. 所属分类:OpenCV

    • 发布日期:2015-07-04
    • 文件大小:2mb
    • 提供者:张少明
  1. color3dseg.rar

    0下载:
  2. 彩色图像分割算法:彩色分水岭分割算法,C++实现,直接对彩色图像进行分割处理。,Color Image Segmentation Algorithm: color watershed segmentation algorithm, C++ to achieve a direct segmentation of color image processing.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:6.67kb
    • 提供者:王悦东
  1. fenshuiling

    0下载:
  2. Opencv图像处理中的分水岭算法的实现。Opencv做图像处理很方便,matlab移植到c++比较麻烦-2D image segmentation in c++ and opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-06-02
    • 文件大小:14.52mb
    • 提供者:朱元龙
  1. watershed.rar

    0下载:
  2. watershed(分水岭算法),在opencv下,采用c编写,\watershed
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:1.65kb
    • 提供者:Lily
  1. WaterShed(CPP)

    0下载:
  2. 分水岭算法(WaterShed)的C++实现,针对导入的位图进行分水岭算法分割,是基于MFC的实现-Watershed algorithm (WaterShed) of the C++ implementation of the imported bitmap for the watershed segmentation algorithm is based on the realization of MFC
  3. 所属分类:2D Graphic

    • 发布日期:2017-05-16
    • 文件大小:3.95mb
    • 提供者:KimDoN
  1. watershed

    0下载:
  2. 基于ift的分水岭算法 可以在c++环境下,实现对彩色图像的分水岭分割,较基础分水岭算法节省了时间周期和复杂度。-ift-based watershed Segmentation
  3. 所属分类:CSharp

    • 发布日期:2017-03-23
    • 文件大小:2.42kb
    • 提供者:dsp
  1. Watershed

    0下载:
  2. 分水岭算法的几个经典参考论文,希望对大家研究这个算法有所帮助。-Several classic watershed algorithm reference paper, we want to help of this algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:708.31kb
    • 提供者:wangyajing
  1. watershed

    0下载:
  2. 很经典的分水岭算法,好好品味很有用的 C++实现的 花了我很长时间-Classic watershed algorithm, a good taste of useful C++ implementation took me a long time
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-07
    • 文件大小:1.64kb
    • 提供者:yangyang
  1. watershed

    0下载:
  2. 分水岭算法的C++实现,具有很好的边缘检测效果-Watershed algorithm C++, has a good edge detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-06
    • 文件大小:1.43mb
    • 提供者:轩辕殇
  1. WatershedAlgorithm

    0下载:
  2. 分水岭算法(Watershed Algorithm),C++程序,包括详细的算法的理论和实现源码。-Watershed algorithm (the Watershed Algorithm), C++ program, including details of the algorithm theory and implementation of source.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:18.82kb
    • 提供者:王明
  1. wwattershedVCa

    0下载:
  2. 分水岭算法Visual C源代码与详细说明:梯度图像、标记图像的预处理,连通区域域的标定,最后找到分水岭。详细说明梯度图像,标定图像,输出图像的初始化,绝对可用。 -Visual C source code and detailed descr iption of watershed algorithm: the gradient image and marker image preprocessing, the connected region domain calibration, an
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-03
    • 文件大小:20.5kb
    • 提供者:liming
  1. watershed

    0下载:
  2. 分水岭图像分割算法C++程序源代码简单明了图像分割效果好-watershed arithmetic methods
  3. 所属分类:Other systems

    • 发布日期:2017-11-18
    • 文件大小:93.07kb
    • 提供者:MAX
  1. MyWaterShed_1

    0下载:
  2. 首先,代码是用C写的,但是用于MATLAB调用,相当于用C编写了MATLAB的一个子函数。其实,分本算法是分水岭算法,参看冈萨雷斯图像处理分割章节的内容。-啊 watershed algorithm based on c for matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-11-08
    • 文件大小:3.9kb
    • 提供者:胡锋杰
  1. watershed

    0下载:
  2. 基于opencv的c++编程,用分水岭算法对图像进行轮廓提取-Based on the opencv c++ programming, using the watershed algorithm for image contour extraction
  3. 所属分类:OpenCV

    • 发布日期:2017-04-02
    • 文件大小:1.32kb
    • 提供者:李少芳
  1. Watershed

    0下载:
  2. 分水岭算法的一种源程序,具体内容需要修改-Watershed matlab C++
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:2kb
    • 提供者:yang
  1. 7分水岭算法

    0下载:
  2. 利用opencv实现分水岭算法,可直接运行(Opencv implementation of watershed algorithm)
  3. 所属分类:OpenCV

    • 发布日期:2018-04-23
    • 文件大小:6.98mb
    • 提供者:沉默之风
« 12 »
搜珍网 www.dssz.com