1 | initial version |
Did you figure out the issue ? I am having the same issue.
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 > &
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 > &