hello.
does anyone know how i can posterize a Bitmap or a Mat in OpenCV? i am capturing pictures from the camera and i need them to get posterized. example:
the picture i am capturing from the camera looks like this:
and i want to make the picture look like this programmatically:
is there a way to do this with openCV?
thanks in advance.