Ask Your Question

shadi_2008's profile - activity

2014-02-27 16:50:12 -0600 asked a question how to get the output of drawMatches in a matrix format?

Hi, I know that drawMatches function does not show all of the matches of its matches1to2 parameter. This is based on its other parameters and flags (e.g. "do not show single lines"). I am wondering is there any way to get access to the output matches (the matches that drawMatches displays) in a matrix format (e.g. DMatch structure)? If so, how? Thanks a lot.