TreantBG
TreantBG

Reputation: 1222

C# Image comparison. Search one in the other

I have two images.

One is big and the other is small. I need an image comparison code/library which will search for the small one in the big one and give me the location and the percentage of the compared.

Suggestions?

Upvotes: 1

Views: 503

Answers (1)

Tom
Tom

Reputation: 1360

Emgu is opencv (open computer vision) in .Net.

http://www.emgu.com/wiki/index.php/Main_Page

This will have more than enough functionality to do what you are asking for.

EDIT: I am assuming that C# is a key requirement.

Upvotes: 2

Related Questions