How to tranform image in negative like the camera effect-negative
Hi,
I want to transform the rgba image and apply a nagative-effect.
Can i do this with OpenCV ? If yes. How ?
Thanks
Thanks i alraedy try it.
Core.bitwise_not(rgbaInnerWindow,rgbaInnerWindow);
but i got only a small ligne on the rigth of the image.
I tried to set another Destination Mat. But impossible to convert it after. And that crash the appli. See my previous post.