That's an interesting Question to handle at the moment
Wow !!!
hey try this u got 2 images say image im1 and image im2
well get their pixel values as an array using pixelgrabber()
as two arrays
then jus compare the array values....its simple isnt it
But, this wont work in most situations, I guess ...
where %age similarity is expected ...
//this is to get pixel values as array<-pixels[] for one image
ColorModel defRGB=ColorModel.getRGBdefault();
int pixels[]=new int[500*500];
try{
PixelGrabber pg=new PixelGrabber(image,x,y,width,height,pixels,0,width);
System.out.println("Entered try and catch, trying to grab pixels");
pg.grabPixels();
}
catch(InterruptedException ie){
ie.printStackTrace();
}
Do send me a copy if u get ... it working the way you wanted ...
R u trying to match 2 fingerprints?
http://armageddonsaviour.blogspot.com
http://armageddonsaviour.wordpress.com