Ask Your Question

Revision history [back]

javacv compare 2 custom shapes

I'm trying to let an user drawing a canvas with this code http://jsfiddle.net/m1erickson/qwd2a/. After draw, a java service will save it as png. So, if the same user will login again he will use the own "shape" as second security phase (i.e: fill the login form and draw your personal shape to perform login).

I want to create a simple service, like "compare 2 images and set a threshold to decide if the images are same or not".

Thanks

click to hide/show revision 2
retagged

updated 2014-06-03 04:23:42 -0600

berak gravatar image

javacv compare 2 custom shapes

I'm trying to let an user drawing a canvas with this code http://jsfiddle.net/m1erickson/qwd2a/. After draw, a java service will save it as png. So, if the same user will login again he will use the own "shape" as second security phase (i.e: fill the login form and draw your personal shape to perform login).

I want to create a simple service, like "compare 2 images and set a threshold to decide if the images are same or not".

Thanks