Open johnnychen94 opened 3 years ago
Currently, ImageBinarization doesn't support transparent colors (e.g., RGBA) so I open this issue to see your opinions:
GrayA{T}
I'm not sure if we should support this. Neither dropping or making output GrayA{Float64} type doesn't sound very good to me.
GrayA{Float64}
cc: @ashwani-rathee
Currently, ImageBinarization doesn't support transparent colors (e.g., RGBA) so I open this issue to see your opinions:
GrayA{T}
(Unfortunately, T can't be Bool here).I'm not sure if we should support this. Neither dropping or making output
GrayA{Float64}
type doesn't sound very good to me.cc: @ashwani-rathee