DerThorsten / nifty

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

Chunked Sliced Rag #5

Closed constantinpape closed 8 years ago

constantinpape commented 8 years ago

Initial running version of the sliced rag with chunked array labels.

DerThorsten commented 8 years ago

could you try to make it compile on travis again? (This is why I reverted this again) Greetings Thorsten

constantinpape commented 8 years ago

kk

DerThorsten commented 8 years ago

I would assume it is just a missing "libhdf5-serial-dev" in travis (which I just added to my fork)

constantinpape commented 8 years ago

Adding "libhdf5-serial-dev" in travis fixes the failing "include hdf5.h", however now there is an issue due to incompatible vigra versions (i am relying on some functionality I have added to the chunked array, which of course is not in your vigra fork yet - should have thoght of that before...) Let's have a look at that tomorrow.

constantinpape commented 8 years ago

I have separated the headers for the chunked and normal rag for properly separating the stuff depending on hdf5. Travis build is now working on mac and linux.

DerThorsten commented 8 years ago

feel free to make a pr, I'll merge it