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

搜索资源列表

  1. 最大流最小割定理

    0下载:
  2. 最大流最小割定理-maximum flow minimum cut theorem
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:2040
    • 提供者:张志明
  1. MaxStream

    0下载:
  2. 学习VC的时候写的,求解有向图的最大流和最小截集。-learning to write when the solution is to map the maximum flow and minimum cut-set.
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:2026093
    • 提供者:水中雁
  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
    • 文件大小:1033030
    • 提供者:黄鹏
  1. 3_MinCut.rar

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

    • 发布日期:2017-04-04
    • 文件大小:18726
    • 提供者:wangfei
  1. max-flow-min-cut-theorem

    0下载:
  2. 初学最大流最小割的几个很有用的参考资料,详细介绍了它的应用,很有帮助哦!-Maximum flow minimum cut beginner several useful references, details of its application, very helpful Oh!
  3. 所属分类:matlab

    • 发布日期:2017-05-14
    • 文件大小:4034552
    • 提供者:wade
  1. graph_cut

    0下载:
  2. 最大流最小割的代码,功能很好很强大,可以用在图形剪除这方面。-Maximum flow minimum cut of the code, very very powerful feature can be used to cut off this area in the graphics.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:6414
    • 提供者:wujinjie
  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
    • 文件大小:61440
    • 提供者:jiangkaihua
  1. Simple_MinCut

    0下载:
  2. Abstract. We present an algorithm for finding the minimum cut of an undirected edge-weighted graph. It is simple in every respect. It has a short and compact descr iption, is easy to implement, and has a surprisingly simple proof of correctness.
  3. 所属分类:Graph program

    • 发布日期:2017-03-29
    • 文件大小:2383
    • 提供者:Daniel
  1. Maxiflowminicut

    0下载:
  2. 最大流和最小截算法,在这个函数的编制中存在一个细节,当任取一个已标号未检查的点的时候,我取的最靠前的点。如果加进随机选取的语句,每次运行程序可能会出现不同的最大流结果。-Maximum flow and minimum cut algorithms, in this function exists in the preparation of a detail, if any label does not take a check point has been, I get the most fr
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1345
    • 提供者:Taro Yu
  1. newmaxflowaigorithm

    0下载:
  2. 实现了An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Minimization in Vision [Yuri Boykov and Vladimir Kolmogorov]中的新的最大流算法,经过实验验证比传统的最大流算法效率更高-Achieved An Experimental Comparison of Min-Cut/Max-Flow Algorithms for Energy Mini
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1285
    • 提供者:ray
  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
    • 文件大小:20279
    • 提供者:黄鹏
  1. graphcut

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

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

    0下载:
  2. 最大流最小截问题,用matlab编写的,rar中有说明,较清晰-Maximum flow minimum cut problem, written with matlab, rar have stated more clearly
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1073
    • 提供者:宋聃
  1. cc

    0下载:
  2. 经典图论,其中叙述了图论的经典算法等,如最大流、最小割等相关算法。-Classical graph theory, graph theory, which describes the classical algorithms, such as maximum flow, minimum cut, and other related algorithms.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:508487
    • 提供者:珞珞
  1. MaxFlow

    0下载:
  2. 最大流最小割 可以测试某一个特定的图 也可以随机生成n个顶点的图和k条边 用来分析时间复杂度-Maximum flow minimum cut to test a particular map can also be randomly generated graph of n vertices and k edges used to analyze the time complexity
  3. 所属分类:Data structs

    • 发布日期:2017-04-09
    • 文件大小:964599
    • 提供者:su
  1. ALE

    1下载:
  2. 图像分割算法,是基于最小切最大流算法的分割方法。-The image segmentation algorithm is a segmentation method based on the maximum flow minimum cut algorithm.
  3. 所属分类:Special Effects

    • 发布日期:2017-05-18
    • 文件大小:4839687
    • 提供者:
  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
    • 文件大小:161792
    • 提供者:杨茜
  1. Graph-theory-algorithm-set

    0下载:
  2. 对matlab解决图论问题的算法做个汇总。主要包括:顶点覆盖近似算法、哈密尔顿回路、最大流和最小截、最短路和次短路、最小生成树Prim算法、最短路径等等。由于太多就不一一列举了。-Matlab to solve the problem of graph theory algorithms to be aggregated. Include: vertex cover approximation algorithm, Hamilton circuit, the maximum flow and m
  3. 所属分类:matlab

    • 发布日期:2017-11-05
    • 文件大小:55504
    • 提供者:中士
  1. Maximum flow / min cut

    0下载:
  2. Maximum flow / minimum cut through path algorithm
  3. 所属分类:数学计算/工程计算

  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
    • 文件大小:787456
    • 提供者:小豆豆43328
« 12 »
搜珍网 www.dssz.com