-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Description
Hi all,
I was using this library as a lightweight alternative to scipy, but I ran into a few inconveniences. I usually work with 2D images that are 32 bit floats and normalized to [0..1]. However, it seems some functions, notably erode and dilate, do not accept floating point arrays. Is there a particular reason to why erode and dilate only accepts integer data types? If so, it is no biggie as I can simply emulate floating point arithmetics with 32 bit integers.
Kind regards,
Erich
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels