saalfeldlab / render

Render transformed image tiles
GNU General Public License v2.0
33 stars 32 forks source link

Image filters #5

Open perlman opened 7 years ago

perlman commented 7 years ago

We would like to apply filters to raw images before they are transformed. An example of where this would be useful is to apply a flat field correction to all images coming off a microscope.

perlman commented 7 years ago

I currently have a branch implementing these filters by tweaking a copy of the transform infrastructure: https://github.com/neurodata/render/tree/filter-dev