First time here? Check out the FAQ!
answered 2015-02-09 04:12:12 -0600
Finally, I solved the problem by changing the declaration of matches :
to be:
vector<vector<DMatch>> matches;