smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
433 stars 101 forks source link

Add interpolate attribute to ImageResizer #157

Closed andreped closed 2 years ago

andreped commented 2 years ago

When testing some pipelines, I found that I was unable to set whether or not to interpolate when using ImageResizer in a FAST pipeline. I have made the necessary edits.

I also found it convenient to add the vs/ directory to the .gitignore, to avoid it being added/pushed when developing on Windows.

I tested this using FastPathology on windows. Seems to work.