First time here? Check out the FAQ!
answered 2019-08-15 12:10:11 -0600
The problem was solved. The problem was that descriptors should not be converted to CV_32F and that I need to check if (matches[i].size() >= 2) Thanks!
if (matches[i].size() >= 2)