Comparing Images

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Maxus

    Comparing Images

    Hi Everyone,

    Just wondering if anyone knew of a way to compare images and getting a
    nearest matching image out of a collection of images of diffrent
    sizes, colors, etc. Ideally want to compare the general shape of the
    main features in the image, would be nice if it also compared the
    average color value. I've done a bit of hunting on google and only
    really come up with solutions that match pictures based on their file
    hash value or solutions that are pure math without some general guides
    on implementation in C#.

    Thanks in advance,
    Max
  • Alexey Smirnov

    #2
    Re: Comparing Images

    On Mar 28, 6:08 am, Maxus <rtypestud...@g mail.comwrote:
    I've done a bit of hunting on google and only
    really come up with solutions that match pictures based on their file
    hash value or solutions that are pure math without some general guides
    on implementation in C#.
    C# implementation



    Hope this helps

    Comment

    Working...