imglib / imglib2-algorithm

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

BlockSupplier #103

Closed tpietzsch closed 3 months ago

tpietzsch commented 4 months ago

Add BlockSupplier<T> interface.

This allows for chaining PrimitiveBlocks with other operations, resulting in another PrimitiveBlocks-like BlockSupplier. (If BlockSupplier would live in imglib2 core, then PrimitiveBlocks would extend it.)

Also, revision of the threadSafe() logic, and minor API revision.

imagesc-bot commented 3 months ago

This pull request has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/recent-and-upcoming-imglib2-improvements/96083/9