Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Did you figure out the issue ? I am having the same issue.

Did you figure out the issue ? I am having the same issue.Matches for knnMatch need to be std::vector< std::vector< DMatch > > & matches, and not

std::vector< DMatch > &

Matches for knnMatch need to be be

 std::vector< std::vector< DMatch > > & matches,

and NOT matches, and not

std::vector< DMatch > &