Graph cuts code
This is code for a matlab implementation of graph cuts using L1 norm
minimization.
The main file is best_gc.m
and it requires usage of a conjugate gradient equation solver. So you can
either use your own or use the version on this webpage, which is a
suitably modified variant of Andreas Klimke's code available online.
cg_klimke.m