How do I use GCGRAPH from Java?
I want to use the max-flow algorithm in GCGRAPH from the java bindings but I can't find any reference to it in the javadoc. Is it not exposed to java? Is it exposed somewhere else?
are you looking for grabCut ?
@berak no, I'm doing something closer to felszenswalb segmentation (ie not foreground-background). also my graphs aren't graphs of pixels, but graphs of higher-level image elements
hey, ok, i was just vaguely guessing, nvm.