Android Image Comparison

345 views Asked by At

I'm working on an Android application which should make the operation of comparing two images.Before comparison I should make the image conversion from RGB to CIELAB and then compare the obtained value from each image.If the value is the same -> the images are the same,if not images are not the same. Can you help me with some tips ?(how to make conversion of an Bitmap image to CIELAB or anything like that)

0

There are 0 answers