You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use the function getMatches_neighratio(const vectorcv::Mat& A, const vector& i_A,
const vectorcv::Mat& B, const vector& i_B,
vector &i_match_A, vector &i_match_B), in my loop detection application which use ORB descriptor,but I found sometimes values in i_A would exceed the A's size ,how to fix it?
The text was updated successfully, but these errors were encountered:
Hi,
I want to use the function getMatches_neighratio(const vectorcv::Mat& A, const vector& i_A,
const vectorcv::Mat& B, const vector& i_B,
vector &i_match_A, vector &i_match_B), in my loop detection application which use ORB descriptor,but I found sometimes values in i_A would exceed the A's size ,how to fix it?
The text was updated successfully, but these errors were encountered: