CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 图形图象 搜索资源 - 最大流最小割

搜索资源列表

  1. maxflow

    0下载:
  2. 最大流最小割算法,可以跟踪主动镜头下的非刚体目标!
  3. 所属分类:OpenGL

    • 发布日期:2008-10-13
    • 文件大小:9.58kb
    • 提供者:zry
  1. 介绍了图割的基本思想

    0下载:
  2. 介绍了图割的基本思想,包括最大流最小割算法,以及简单的图割实例-Introduced the basic idea of graph cuts, including the maximum flow minimum cut algorithm, and simple instances of graph cuts
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-10
    • 文件大小:1008.82kb
    • 提供者:黄鹏
  1. 3_MinCut.rar

    0下载:
  2. 一个经典的求解最大流最小割代码 VC++版本,A classical solution of maximum flow minimum cut code VC++ Version
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-04
    • 文件大小:18.29kb
    • 提供者:wangfei
  1. PlanarCut-v1.0

    0下载:
  2. 快速图割算法,计算平面图的最大流最小割计算平面图的最大流最小割-The PlanarCut-v1.0 library computes max-flow/min-s-t-cut on planar graphs. It implements an efficient algorithm, which has almost linear running time. The library also provides for several easy-to-use interfaces in ord
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:579.47kb
    • 提供者:liuwei
  1. stereomatchingaft

    2下载:
  2. 图割算法 求图像的立体匹配问题 最大流最小割问题-graphcut stereomatching matlabcode
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2017-04-30
    • 文件大小:1.57kb
    • 提供者:njyunting
  1. maxflow-v3.0.src.tar

    0下载:
  2. 图像处理最大流最小割经典算法,适合初学者使用!-A classic max flow/min cut algorithm in image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:13.29kb
    • 提供者:霓棠烟鱼
  1. maxflow-v3.0

    0下载:
  2. 最大流或最小割问题的算法实现,采用graph cut方法做图像分割时需要用到最小割。-Maximum flow or minimum cut algorithm problem, the graph cut image segmentation methods need to use minimum cut.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:60kb
    • 提供者:jiangkaihua
  1. match-v3.3.src

    0下载:
  2. 实现图像的匹配,用最大流最小割的算法实现-match
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1.33mb
    • 提供者:wangrui
  1. maxflow-v2.21.src

    0下载:
  2. 最大流最小割算法的c++源代码,用于图像分割和处理领域-Minimum cut maximum flow algorithm c++ source code for image segmentation and processing
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:19.8kb
    • 提供者:黄鹏
  1. maxflow

    0下载:
  2. 最大流最小割算法的实现,能量最小化算法做分割,恢复等-max flow/min cut
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:9.67kb
    • 提供者:秦婵婵
  1. graphcut

    0下载:
  2. Kmeans 聚类,graphcut 图像分割,最大流最小割算法-Kmeans clustering, graphcut image segmentation, the maximum flow minimum cut algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-05-31
    • 文件大小:13mb
    • 提供者:邓民明
  1. graphcut

    0下载:
  2. 最大流最小割,用于图片分割以及与图片分割类似的网络问题-Maxflow/minium cut,used in graph cut or other similar problem
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:14.52kb
    • 提供者:ww
  1. regionpushrelabel-v1.01

    0下载:
  2. 适用于大型网格图的最大流最小割算法,适合初学者-The regionpushrelabel-v1.03 library computes max-flow/min-cut on huge N-dimensional grid-graphs in graphics, vision, and medical imaging. The C++ implementation is designed specifically for multi-core systems and graphs larger
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:26.57kb
    • 提供者:liuwei
  1. dijkstra

    1下载:
  2. 用于图像分割的dijkstra距离的计算,用于最大流最小割等算法-To dijkstra distance calculation used to image segmentation for the maximum flow minimum cut algorithm
  3. 所属分类:Special Effects

    • 发布日期:2014-09-26
    • 文件大小:158kb
    • 提供者:杨茜
  1. max_min_segment

    0下载:
  2. 最大流/最小割方法。为学习图像处理中的图割算法做准备,算法思想是Ford-Fulkerson方法。最大流是一个有向图,最小割就是网络中所有割中值最小的那个割。 -Maximum flow/minimum cut method. As a learning image processing to prepare graph cut algorithm, the algorithm idea is Ford-Fulkerson method.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:37.56kb
    • 提供者:小马
  1. gco-v3.0

    0下载:
  2. 这是一种图割算法的实现,包含标签的设置、能量函数的构造以及最大流/最小割算法的实现-This is a graph cut algorithm, including the Settings tab, the structure and function of the maximum energy flow/minimum cut algorithm implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:145.86kb
    • 提供者:renmeimei
  1. active-graph-cuts

    0下载:
  2. 这是对最大流/最小割算法的改进方法的文献,希望对做这方面的有所启示-This is the maximum flow/minimum cut algorithm to improve the methods of literature, and I hope to do some inspiration in this regard
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:387.05kb
    • 提供者:renmeimei
  1. maxflow-v2.22.src

    0下载:
  2. 由最大流最小割算法,求图的最大流。基于论文 “An Experimental Comparison of Min-Cut/Max-Flow Algorithms”-The maximum flow minimum cut algorithm, seeking maximum flow chart. Paper-based An Experimental Comparison of Min-Cut/Max-Flow Algorithms
  3. 所属分类:Special Effects

    • 发布日期:2017-04-29
    • 文件大小:30.16kb
    • 提供者:金静
  1. 最大流最小割算法算理

    0下载:
  2. 这是对图割graphcut的最大流最小割算法的讲解(This is the graph cut graphcut maximum flow minimum cut algorithm explained)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-18
    • 文件大小:59kb
    • 提供者:Shy_lock
  1. Graph_Cut (C++代码)

    0下载:
  2. 利用最大流最小割的原理,实现了graph cut对图像的分割,方法简单,易于理解(Using the principle of maximum flow minimum cut, graph cut can be used to segment images. The method is simple and easy to understand.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-20
    • 文件大小:769kb
    • 提供者:小豆豆43328
« 12 »
搜珍网 www.dssz.com