I am developing an object-recognition system. I found that the critical part of my algo is the
extractor.compute();
(After having detector.detect()
keypoints)
Is there any way to let compute the feature vector with more core? I can use up to 8 core.