imglib / imglib2-algorithm

Image processing algorithms for ImgLib2
http://imglib2.net/
Other
22 stars 20 forks source link

FloodFill interface is not intuitive #55

Closed hanslovsky closed 6 years ago

hanslovsky commented 6 years ago

Two of the parameters of FloodFill.fill are not intuitive:

I suggest we deprecate the Filter and Writer interfaces, and all method signatures that use these interfaces. We add new signatures that take BiPredicate and Consumer instead, and convenience methods as appiclable.