I am very new to android. I want to compare two images and ignore the light effects in comparison.
To do that i came to know that i can generate the edge image and then compare the images.
what should i do in that case? How to do that in android and if any any library is available how to use that?
I have searched a lot and came to know about Jmagick and Imagemagick but i don't know how to use them in my application.
I have to give a motion detecting feature to my application. A tablet will be connected to a wall and it will basically collect reviews from the user and ads will be displayed as a slide show. The front camera will take the picture every 10 seconds and the image that was previously taken and the current image will be compared to see if anything changed(i.e. at least someone is watching the ads or not). Based on the results if no motion is detected for 20 mins i want to turn my tablet screen off.
Please help me out.