Open ihhub opened 4 years ago
We have an implementation of Prewitt 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.
src/filtering.cpp
Image16Bit
We have an implementation of Prewitt 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 useImage16Bit
class for these purposes.