ASETS / asetsMatlabMaxFlow

Matlab implementation of continuous max flow variants
BSD 3-Clause "New" or "Revised" License
20 stars 7 forks source link

ASETS Matlab repository

License:

BSD (see license.md)

Developers:

Features:

Overview of folder structure:

./: Compile scripts, readme, license and todo list
./applications: Contains examples of typical applications in image segmentation and analysis
./data: Example data to run the applications
./lib: Is created by compile.m and contains the compiled C/mex files
./maxflow: Optimization code in C/mex and Matlab
./tests: Test scripts to compare different implementations against each other
./tutorials: Contains available tutorials

Compile/Installation instructions:

To compile the C/mex code run:

compile.m

which creates the folder ./lib. For testing purposes run any script in ./tests.

Tests: