Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Unfortunately you need to use OpenCV's BFMatcher with the provided Hamming norm - I guess OpenCV's version of it is somewhat optimized but probably not as much as hammingseg.h is. It isn't possible anymore that you can write and use your own matching function without much work (which is really pitty and I still can't see the advantage of the current version to the old one, but I doubt that it will change back). Several OpenCV releases earlier (before the revision of BruteforceMatcher to BFMatcher) it was very easy to use own or other distance/norm functions like this very specialized hamming-matching.