DerThorsten / nifty

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

connectedComponents with dense=True and ignoreBackground=True is wrong #78

Closed DerThorsten closed 7 years ago

DerThorsten commented 7 years ago

connectedComponents with dense=True and ignoreBackground=True is wrong. Segmentation starts with 2 in many cases but should start with 1

DerThorsten commented 7 years ago

fixed