penguinV
penguinV copied to clipboard
Add 16-bit image support for Median filter
We have an implementation of Median filter which locates in src/filtering.cpp
file. We would like to add an implementation of the same filter for 16-bit unsigned integer images. Please use Image16Bit
class for these purposes.
I will try this...
We could find a way to do the same for all three Median, Prewitt and Sobel, at the same time.... in a much more generic way.... maybe using templates?
Hi @dev-abir , sure!
Is there any way right now to load 16 bit bitmap images? Or we have to implement it?
Hi @dev-abir , there is no direct way for now to load 16-bit Bitmap images. We can slightly modify bitmap related code for this.