Ask Your Question

jahausw's profile - activity

2013-09-02 13:58:21 -0600 commented answer BOWImgDescriptorExtractor+BruteForceMatcher_GPU_base

I haven't worked on this for a while but I'm planning on looking into it some more now. I'll keep you updated on my progress.

2013-07-31 16:16:09 -0600 received badge  Student (source)
2013-07-31 13:30:26 -0600 received badge  Critic (source)
2013-07-31 11:45:10 -0600 received badge  Editor (source)
2013-07-31 11:42:43 -0600 asked a question 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