Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^3: Can i Compare two images in perl ?

by BrowserUk (Patriarch)
on Jun 02, 2011 at 04:04 UTC ( [id://907739]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Can i Compare two images in perl ?
in thread Can i Compare two images in perl ?

That's interesting. But only 1/4 of the information required to tackle the problem.

Only one pair of images, and no reference as to you would rate them--are they 2% similar or 98% similar?

Isolating the pink in the images is relatively simple: cluster1 & cluster8.

One problem is that the graphs have been produced using anti-aliasing. A process that trades accuracy for aesthetic appearance. Which means that if you try to subtract one image from another you get a big blurry streak of color: cluster1 - cluster8

With some more processing it should be possible to retrieve a single, contiguous line from those fat, fuzzy, discontinuous streaks. Albiet that it might take several passes to do so.

But the show stopper as far as achieving your single similarity figure is the lack of any indication of how to rate the two posted images for similarity.

It is obvious that if the two lines, once reduced to continuous, single pixel wide lines, exactly overlaid each other, that would constitute 100% similarity. But how do you rate divergence?

Possibilities:

  1. You might consider any two pixels that do not exactly align a percentage point of divergence.

    That is, in the following 10 pixel wide overlay:

    x o x o x o oxoxox o x o x

    Because X positions 4 through 7 overlap, that would be 40% similarity.

  2. Or, you might consider not only the fact that two pixels diverge, but also by how much they diverge.

    Meaning that this overlay would rate as having a higher similarity than the one above:

    xxx ooo oxoxox oo xx

    Even though they overlap to the same extent.

    Meaning that:

    xxxxxxxxxx oooooooooo

    Would have a much higher simlilarity rating than:

    xxxxxxxxxx oooooooooo

    Despite there being no overlap at all.

So then the problem is, what do you consider to be 0% similarity? (Which is why I asked for two pairs of images and associated ratings in the first place.)


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.

Replies are listed 'Best First'.
Re^4: Can i Compare two images in perl ?
by deep3101 (Acolyte) on Jun 02, 2011 at 04:19 UTC

    Please tell me how did you isolate the pink line and that cluster1-cluster8, if through done through a perl code.

    The two images supplied are considered similar to proceed on with the data analysis, the basic criteria is that 80%-90% of the pink curve should be similar.

    And Thanks a lot for help.

      if through done through a perl code.

      It is done through perl code with the aid of GD.

      You still haven't answered the question as to whether two completely non-overlapping lines far apart are less similar than two non-overlapping lines closer together.


      Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
      "Science is about questioning the status quo. Questioning authority".
      In the absence of evidence, opinion is indistinguishable from prejudice.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://907739]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-03-28 10:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found