bigdataprocessor / bigdataprocessor2

BSD 2-Clause "Simplified" License
20 stars 4 forks source link

Implement Lazy Binning #18

Open tischi opened 5 years ago

tischi commented 5 years ago

We want to have a binning preview. How to do this? One needs more than one pixel of the source to produce one pixel of the target.

tischi commented 5 years ago

I managed to get code working:

https://github.com/tischi/fiji-plugin-bigDataTools2/blob/master/src/main/java/de/embl/cba/bigDataTools2/process/LazyDownsampler.java#L19

Could you please implement this as a menu item?