Open GoogleCodeExporter opened 8 years ago
how many kpts are being detected in the previous step:
detector->detect(frame, kpts);
you can find this by looking at the vector:
std::vector<cv::KeyPoint> kpts;
This should lead you to solving your problem
Original comment by arren.gl...@gmail.com
on 3 Oct 2013 at 12:30
Original issue reported on code.google.com by
sungmok1...@gmail.com
on 27 Sep 2013 at 6:49