Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: RZ_A2M_Mbed_samples
HammingLUT Struct Reference
Hamming distance functor - counts the bit differences between two strings - useful for the Brief descriptor bit count of A exclusive XOR'ed with B. More...
#include <dist.h>
Public Member Functions | |
| ResultType | operator() (const unsigned char *a, const unsigned char *b, size_t size) const |
| this will count the bits in a ^ b | |
Detailed Description
Hamming distance functor - counts the bit differences between two strings - useful for the Brief descriptor bit count of A exclusive XOR'ed with B.
Definition at line 379 of file dist.h.
Member Function Documentation
Generated on Tue Jul 12 2022 18:20:24 by
1.7.2