Ask Your Question

user93's profile - activity

2016-09-30 07:44:33 -0600 commented question how to find percentage score from orb

http://www.vlfeat.org/matlab/vl_ubcma... in addition to matches generates score with sift in matlab I guess it should be possible in opencv python too with orb. If it is not possible any suggestion other than simple histogram and phash dhash etc..

2016-09-30 06:00:38 -0600 asked a question how to find percentage score from orb

I am using opencv 2.x with python. I need get similarity between images as percentage score using orb. I tried dividing number of good matches by total number of matches but the value seems really low. How do I proceed thanks in advance.