Re: [graph-tool] Accessibility from C++

2019-01-26 Thread esurface
I'm looking forward to this as well. Information on compiling c++ libraries modularly would be appreciated as well. For example, I only need the core functionality and not the inference modules. Thank you! -- Sent from:

[graph-tool] Image segmentation with graph cut in graph-tool

2019-01-26 Thread Hakim
Hi, I've just started reading about Graph cut and Boykov-Kolmogorov algorithm in particular, which is implemented in Graph-tool. I need it to perform an object-based segmentation of an image that was previously thresholded to getting rid of the noise. I was wondering if it was possible to go