First time here? Check out the FAQ!

Ask Your Question
0

Image matching

asked Dec 19 '12

We are about to start a big project where image matching is a central function. We want to know wheter Open-CV is a sufficient Tool for that. We got a very big master image and a number of discrete images taken from above the master image. Now we want to find the exact position, orientation and scale of the smaller image in relation to our master image. Do anyone have experiance with similar functionality? Can you give us an idea on the efficiency of the involved algorithms?

Thanks.

Preview: (hide)

1 answer

Sort by » oldest newest most voted
1

answered Dec 19 '12

Haris gravatar image

You can refer Features Finding and Images Matching for extract some features and matching . For exact matching you can refer Template Matching where opencv has inbuilt function for doing this. If your discrete images a are the exact copies from the master image, template matching might be a good method.

Preview: (hide)

Question Tools

Stats

Asked: Dec 19 '12

Seen: 1,203 times

Last updated: Dec 19 '12