DerThorsten / nifty

A nifty library for graph based image segmentation.
MIT License
43 stars 21 forks source link

Subgraph extraction #21

Closed constantinpape closed 7 years ago

constantinpape commented 8 years ago

Extraction of a subgraph from undirected list graph based on a list of subnodes.

constantinpape commented 8 years ago

This also includes exposing the ufd to python and adding some functionality to it.

constantinpape commented 8 years ago

Do you mean the api for the subgraph-extraction? I guess vectorising makes sense in general, need to have a look at the implementation again though, as changing to marray views in the c++ code won't be totally straightforward without introducing a copy of the data.

DerThorsten commented 8 years ago

hubs, I forget to mention that i just talked about the ufd python api.

constantinpape commented 7 years ago

I have updated the PR to the newer module structure and also implemented vectorized versions of ufd::find and ufd::mege.