Is there a way to create a matching based on trees and that computes the Cross Checking?
Now, I have two ways to make the matching:
1) FlannBasedMatcher matcher(new flann::KDTreeIndexParams(num_trees));
2) BFMatcher matcher(NORM_HAMMING, CrossCheck = true);
Can I merge both ideas?
Thanks in advance,