c++ - opencv SIFT/SURF: output best match from one to many comparison -


im using matching many images sample opencv here's original version

im struggling understand code, i'm looking calculate , output image has most/best matches.

what thought use example

`if(querydescriptors.rows == traindescriptors.rows) { imshow(bestmatch, mat of trainimage); }`  

but i'm unsure how acquire specific image vector of mat's?

thank you


Comments

Popular posts from this blog

python 3.x - Mapping specific letters onto a list of words -

javascript - jquery or ashx not working -

inno setup - TLabel or TNewStaticText - change .Font.Style on Focus like Cursor changes with .Cursor -