BOWImgDescriptorExtractor+BruteForceMatcher_GPU_base
As far as I can tell this has not been implemented yet, has anyone successfully implemented this:
DescriptorExtractor* extractor; //Any extractor (GPU or CPU) gpu::BruteForceMatcher_GPU_base matcher; //L1, L2, HAMMING, etc. (GPU or CPU) BOWImgDescriptorExtractor* bowide = new BOWImgDescriptorExtractor(extractor, matcher);
Any help or feedback would be much appreciated! I may look into implementing it
Small remark. We suggest not to use hashtags in the tags of your topic. They generate a lot of double tags, rendering the search and filter options useless. Keep this in mind at your next post, adjusted it for you now.