Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Free image analysis libraries? [closed]

Tags:

c++

c

c#

image

lgpl

I'm looking for some Free (preferably LGPL'd) image analysis/comparison libraries. The most important thing they should be able to do, is compare two different images and say if they're similar, with adjustable sensibility (i.e the higher the sensibility the more they have to look like each other to get a positive result) I'm thinking either C/++/# or eventually Python. So far the only solution I've come across is OpenCV, which is under the BSD license. I have yet to study how much of what I need is already implemented in the library, and what I may need to write myself, but I would really like to hear some other options before I start work on my project, so any opinions are welcome.

like image 384
escozzia Avatar asked Jun 16 '26 03:06

escozzia


1 Answers

Comparing if two images are "similar" is an extremely hard, research-class problem. The approach you'd use will depend heavily on the types of similarities/differences that you are expecting between your images.

It will be hard to find something that works off-the-shelf, unless your comparison requirements are very specific.

Related questions that might be helpful:

  • Image comparison - fast algorithm
  • Image comparison algorithm
like image 119
payne Avatar answered Jun 17 '26 15:06

payne



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!