Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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:

image description

and i want to make the picture look like this programmatically:

image description

is there a way to do this with openCV?

thanks in advance.

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:

image description

and i want to make the picture look somehow like this programmatically:

image description

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.