HomeSort by relevance Sort by last modified time
    Searched defs:Hamming (Results 1 - 2 of 2) sorted by null

  /external/opencv3/modules/flann/include/opencv2/flann/
dist.h 376 * Hamming distance functor - counts the bit differences between two strings - useful for the Brief descriptor
411 * Hamming distance functor (pop count between two binary vectors, i.e. xor them and count the number of bits set)
415 struct Hamming
786 * and some are not (e.g.Hamming). In KMeans++ for instance we want to be sure
  /external/opencv3/modules/core/include/opencv2/core/
base.hpp 405 * Hamming distance functor - counts the bit differences between two strings - useful for the Brief descriptor
408 struct CV_EXPORTS Hamming
419 typedef Hamming HammingLUT;

Completed in 58 milliseconds