JiahaoGeng / Planar-Graph-Cuts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Planar-Graph-Cuts

##############################################################################

PlanarCut - software to compute MinCut / MaxFlow in a planar graph

Version 1.0.2

Copyright 2009 - 2013 Eno Töppe toeppe@in.tum.de

Frank R. Schmidt info@frank-r-schmidt.de

##############################################################################

  1. Requirements.

C++ requires at least Visual C++ 2008 (VC9) or GCC 4.4.

##############################################################################

  1. Research Purpose. If you use this software for research purposes, YOU MUST CITE the following in any resulting publication:

    [1] Efficient Planar Graph Cuts with Applications in Computer Vision. F. R. Schmidt, E. Töppe, D. Cremers, IEEE CVPR, Miami, Florida, June 2009

##############################################################################

  1. License. This software is released under the LGPL license. Details are explained in the files 'COPYING' and 'COPYING.LESSER'.

##############################################################################

  1. Documentation. See 'doc/index.html' for a documentation of this library.

##############################################################################

  1. Example usage. See 'examples/unix' and 'examples/windows' for examples. 'examples/unix' contains a MAKEFILE and 'examples/windows' contains Visual C++ project files. For an extended image data set see the data section of our websites.

##############################################################################

About


Languages

Language:HTML 68.6%Language:C++ 19.0%Language:JavaScript 9.0%Language:CSS 2.8%Language:Objective-C 0.3%Language:Makefile 0.2%Language:C 0.1%