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

搜索资源列表

  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
    • 文件大小:2096128
    • 提供者:张少明
  1. fenshuiling

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

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

    0下载:
  2. 图像处理,opencv实例编程代码,分水岭算法-Image processing, opencv examples of programming code, watershed algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-27
    • 文件大小:1706
    • 提供者:tucon
  1. fenshuiling

    0下载:
  2. vc+opencv分水岭算法实现图像的分割-vc6.0+Opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-05-07
    • 文件大小:1795769
    • 提供者:陈尚
  1. OpenCV_Watershed

    0下载:
  2. OpenCV分水岭算法 OpenCV1.0+VC6.0-OpenCV cvWatershed Sample OpenCV1.0+VC6.0
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:258622
    • 提供者:Jason
  1. cvFitEllipse

    0下载:
  2. 分水岭算法的自动标记,改进了一下,效果一般 -Automatic marking of watershed algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-11-21
    • 文件大小:2380126
    • 提供者:赵连超
  1. Watershed1

    0下载:
  2. 分水岭算法的实现。在他人算法上修改,主要是添加了从图像到矩阵的转换使得程序可以运行并查看结果-Watershed algorithm. Algorithmic modifications in others, mainly from the image added to the matrix conversion makes the program can run and view the results
  3. 所属分类:OpenCV

    • 发布日期:2017-06-12
    • 文件大小:20141431
    • 提供者:rj
  1. Watershedalgorithm

    0下载:
  2. Watershed Algorithm(分水岭算法),顾名思义,就是根据分水岭的构成来考虑图像的分割。现实中我们可以或者说可以想象有山有湖的景象,那么那一定是水绕山,山围水的情形。-Watershed algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-04-01
    • 文件大小:3135
    • 提供者:lsxk
  1. watershed

    0下载:
  2. MFC界面打开一副图片,对其进行分水岭算法分割-MFC interface to open a picture, its watershed segmentation algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5161174
    • 提供者:刘静
  1. watershed

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

    • 发布日期:2017-04-01
    • 文件大小:1353
    • 提供者:李少芳
  1. watershed

    0下载:
  2. 基于opencv的分水岭算法,带标记。详情请参见“带标记的分水岭算法”-Opencv-based watershed algorithm with marker, you can take.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-29
    • 文件大小:11431864
    • 提供者:d2fans
  1. watershed

    1下载:
  2. 基于opencv实现分水岭算法的图像分割程序,在图像的不同区域画线,然后按w键运行算法,就可得到分割图像。-Image segmentation based on opencv achieve watershed algorithm procedures, in different areas of the image line drawing, and then press the w key operation algorithm, image segmentation can be obt
  3. 所属分类:OpenCV

    • 发布日期:2017-06-08
    • 文件大小:15656765
    • 提供者:soleon
  1. water-algorithm

    0下载:
  2. 分水岭算法示例,按键1运行算法,按键2恢复原始图像-Watershed algorithm example, the key algorithm 1 run, press 2 to restore the original image
  3. 所属分类:OpenCV

    • 发布日期:2017-05-17
    • 文件大小:4250287
    • 提供者:杨磊
  1. Watershed-algorithm

    0下载:
  2. 利用OpenCV实现,分水岭算法,用以实现图像的分割,亲测,好用-Use OpenCV implementation, watershed algorithm to achieve image segmentation, pro-test, easy to use
  3. 所属分类:OpenCV

    • 发布日期:2017-04-29
    • 文件大小:282719
    • 提供者:林泉
  1. tuxiangfenge

    0下载:
  2. emgu环境下的分水岭算法实现,可以研究研究-Watershed algorithm on c#
  3. 所属分类:OpenCV

    • 发布日期:2017-05-03
    • 文件大小:747674
    • 提供者:wangbin
  1. watershed

    0下载:
  2. 分水岭算法用于图像分割,需要vs2013配置opencv3.0,有很大改进空间。-Watershed algorithm for image segmentation, the need to configure vs2013 opencv3.0, there is a lot of room for improvement.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-27
    • 文件大小:10391149
    • 提供者:陈晨
  1. autowatershed

    0下载:
  2. 自动分水岭算法,需要比较好的bmp格式的二值化图像,效果才好。vs2013配置opencv3.0-Automatic watershed algorithm, the need for a better BMP format of the two value of the image, the effect is good. Vs2013 configuration opencv3.0
  3. 所属分类:OpenCV

    • 发布日期:2017-05-19
    • 文件大小:5464872
    • 提供者:陈晨
  1. watershed--algorithm

    0下载:
  2. 实现opencv分水岭算法,vs2010+opencv2.4.9-achieve Opencv watershed algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:282657
    • 提供者:WANGXIAOSHUAI
  1. watershed

    0下载:
  2. opencv,图像分割中的分水岭算法的实现。- opencv
  3. 所属分类:OpenCV

    • 发布日期:2017-12-14
    • 文件大小:282624
    • 提供者:Jhroman1990
  1. 7分水岭算法

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

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