Hi,
I am a new user, I hope I have posted in the right section.
I have an MVC application java that captures an image from file, saving it to an object of type BufferedImage. I would like to do the AND logical operation between two images but do not know how to do, I can not find the sample code, where can I find it?
I would use JAI but I have a 64 bit system and searching in internet I saw that JAI can be used only on 32-bit systems and jdk 1.3 or so. Or should I use OpenCV? What can I use?
Thanks