Inverting black and white on a bitmap is not working – Photoshop
I do some image processing with OpenCV. I want to invert this bitmap (black to white, white to black) and i have some problems with it. I got this Bitmap after doing this: // to grey Imgproc.cvtColor(mat, mat, Imgproc.COLOR_RGB2GRAY, 4);…