ihhub / penguinV

Computer vision library with focus on heterogeneous systems
Other
119 stars 90 forks source link

Add 16-bit image support for Prewitt filter #628

Open ihhub opened 4 years ago

ihhub commented 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.