Hello, I use NeighborhoodConnectedImageFilter which works nicely for me, but is a bit slow. So my question is - how does it work? As far as I understood it could be implemented as a binary erosion and a ConnectedComponentImageFilter. Is it done this way? Or would there be any performance gain in doing it this way? Henning