Questions tagged [flannbasedmatcher]
17 questions
0
votes
1 answer
OpenCV3.0: SURF detection and FlannBased matcher tracking rectangle issue
I am trying to implement SURF detection and tracking using FlannBased matcher.
My code is working properly for detection part but the issue is with tracking.
You can see in the above image the tracking rectangle is not focusing on the right…

MarKS
- 494
- 6
- 22
0
votes
0 answers
Keypoints Analysis with C++ and OpenCV
I have a question about the following code:
#include "iostream"
#include
#include
#include
#include
#include…

user3429953
- 352
- 3
- 19