Displaying meta-data of matched image to user after successful image matching via surf

asked 2013-11-03 18:41:21 -0600

motiur gravatar image

I managed to match two images using surf , now I want to say somehow to the user that I have successfully done the matching, via a text string. The rectangle that shows that the matching is done is visually appealing , but is there a way where I can store meta-data within the Mat struct , so that after successful match it can show the user the meta-data .

edit retag flag offensive close merge delete

Comments

are you simply looking for putText ?

berak gravatar imageberak ( 2013-11-04 02:39:45 -0600 )edit