ANDROID: How to posterize a Bitmap or a Mat in OpenCV? (Image included.)
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 somehow like this programmatically:
basically i need to make everything except the icons darker / black and highlight the icons by making them more white.
is there a way to do this with openCV?
thanks in advance.