DerThorsten / nifty

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

Remove np.squeeze in dimensionality check #106

Closed hanslovsky closed 7 years ago

hanslovsky commented 7 years ago

User should be responsible to pass array of correct dimensionality (2d or 3d)

This fixes #104

Note that there is no python test for the grid rag python module.

DerThorsten commented 7 years ago

@hanslovsky could you reopen pr against dev branch?