opencv/modules/features2d
Ethan Rublee a47b6c23f5 revert the hamming distance to use unsigned long, on 64bit machines, using size_t
with __build_popcountl doesn't return correct number of bits. the ll version should work, but for simplicity,
locking it down to long for now.  TODO add a unit test for the Hamming distance.
2011-01-24 16:59:14 +00:00
..
include/opencv2/features2d fixed FernDescriptorMatcher (#765) 2011-01-12 12:03:03 +00:00
src revert the hamming distance to use unsigned long, on 64bit machines, using size_t 2011-01-24 16:59:14 +00:00
CMakeLists.txt Moved PlanarObjectDetector to the objdetect module 2010-12-27 08:25:31 +00:00