revert the hamming distance to use unsigned long, on 64bit machines, using size_t
authorEthan Rublee <no@email>
Mon, 24 Jan 2011 16:59:14 +0000 (16:59 +0000)
committerEthan Rublee <no@email>
Mon, 24 Jan 2011 16:59:14 +0000 (16:59 +0000)
commita47b6c23f5986dced109d0121ebfb2a5c0f1c553
tree12a592d17df0b671a32586f1ec6ebab92b3c0139
parent581018354fbf0042ab749a9cbb46962b7c5b83d1
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.
modules/features2d/src/brief.cpp