Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered Jun 8 '15

abhiguru gravatar image

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

click to hide/show revision 2
No.2 Revision

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 > &
click to hide/show revision 3
No.3 Revision

Matches for knnMatch need to be be

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

and NOT matches, and not

std::vector< DMatch > &