ilastik / ilastik4ij

ImageJ plugins to run ilastik workflows
MIT License
22 stars 17 forks source link

Add demo for converting from/to ImagePlus #112

Closed emilmelnikov closed 1 year ago

emilmelnikov commented 1 year ago

ImagePlus is still heavily used by ImageJ1 users.

Also narrowed generic type bounds in Workflow classes to NativeType<T> & RealType<T>: it's more precise and allows one to call ImageJFunctions.wrap without casting.

emilmelnikov commented 1 year ago

cc @tischi