Ask Your Question
0

how to get the image model after SURF detection and maching with database of models

asked 2015-04-11 03:43:51 -0600

BHS gravatar image

Hi, I'm traying to recuperate image model from a database of images. After SURF descriptors maching between the descriptor of observed image and the matrix of database images, how to recuperate the closest one from the database and affiche it in the image Result? I'm beginner with computer vision and emgucv , open cv .can some one help me please ?

edit retag flag offensive close merge delete

Comments

since emgu is a 3rd party wrapper, we can't help you with this, rather ask on http://www.emgu.com/forum/

berak gravatar imageberak ( 2015-04-11 03:49:55 -0600 )edit

sorry, i have asked in emgucv forum but i don't get an answer ! can you guide me please to solve this problem , with c++ , open cv ...?

BHS gravatar imageBHS ( 2015-04-11 05:39:14 -0600 )edit

1 answer

Sort by ยป oldest newest most voted
0

answered 2015-04-11 13:48:52 -0600

Eduardo gravatar image

Hi.

What do you mean by image model (an image template ?) ?

If your database is composed of a list of images and you want to retrieve this image in a query image (a bigger image that contains or not an image stored in the database), you could do:

But this supposes that you have in your database for each image the list of keypoints (with 2D coordinates) and the corresponding descriptors.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-04-11 03:43:51 -0600

Seen: 296 times

Last updated: Apr 11 '15