JAVA codes for Image Comparison

Discussion in 'Computer Science | IT | Networking' started by GULNAZ KMT, Dec 21, 2010.

    GULNAZ KMT Certified CEan

    Message Count:
    7
    Ratings Received:
    +0
    Engineering Discipline:
    Computer Science
    Hi.. Am looking for appropriate java codes for Comparing images.. I searched thru net but no apt codes related 2 it.. Anybody 2 help me out thre???:(

    Reya Apprentice

    Message Count:
    2,011
    Ratings Received:
    +145
    Engineering Discipline:
    Computer Science
    You mean to compare two images whether they are equal?

    GULNAZ KMT Certified CEan

    Message Count:
    7
    Ratings Received:
    +0
    Engineering Discipline:
    Computer Science
    Yup.. Irrespective of size of the image, I need to write a JAVA code, where it'l compare the image given as an input with another image already contained in my database and return true if comparison matches. For Eg., if I give an image of computer, my code should be able to compare with images of computer in my database and return the o/p.. Database codin part, leave it upto me. I just need help in, how Java compares two images..
    • The MOD Squad

    AbraKaDabra Moderator

    Message Count:
    8,837
    Ratings Received:
    +1,159
    Engineering Discipline:
    Computer Science
    • The MOD Squad

    AbraKaDabra Moderator

    Message Count:
    8,837
    Ratings Received:
    +1,159
    Engineering Discipline:
    Computer Science

    mohit007kumar00 Certified CEan

    Message Count:
    948
    Ratings Received:
    +3
    Engineering Discipline:
    Computer Science
    Sorry for late reply actually i am busy in exams.
    Well i have an idea how to compare two images check this code.
    Use it to compare two images hope it works.But it's just an idea you can edit it on your own way.

Share This Page