[android-developers] Image comparison problem: getPixel() in android and getRGB() in JDK return different values for the same image

2012-02-03 Thread Ergen
Hi. I want to compare two images. One image is on the android client and another image is on the server (with Tomcat, JDK). I need also to calculate two histograms - one for each image - and to compare they The problem is: getPixel (x, y) (on Android) and getRGB (x, y) (JDK) return different

Re: [android-developers] Image comparison problem: getPixel() in android and getRGB() in JDK return different values for the same image

2012-02-03 Thread Romain Guy
First make sure that both return values in the same format (Android returns ARGB not RGBA.) Also, f I remember correctly, Java2D can apply color profiles when loading a bitmap. On Feb 3, 2012 11:05 AM, Ergen andv...@googlemail.com wrote: Hi. I want to compare two images. One image is on the

[android-developers] Image comparison

2011-06-15 Thread Eline
Is there any way to compare 2 different images and show how many percent the similarities of the images? I'm doing a project right now and I need to compare flag images all around the world, then show the flags that have similar color or similar pattern. I have tried to find this on the internet

[android-developers] Image comparison in android

2010-05-04 Thread SREEHARI
Hi, Is there any way to do Image comparison in Android?? I am doing an Augmented reality application in which I need to do implement Image Comparison. Thanks in advance SREEHARI. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post