DistanceType Fields |
The DistanceType type exposes the following members.
| Name | Description | |
|---|---|---|
| Hamming |
Hamming distance functor - counts the bit differences between two strings - useful for the Brief descriptor,
bit count of A exclusive XOR'ed with B.
| |
| Hamming2 |
Hamming distance functor - counts the bit differences between two strings - useful for the Brief descriptor,
bit count of A exclusive XOR'ed with B.
| |
| Inf | ||
| L1 |
Manhattan distance (city block distance)
| |
| L2 |
Squared Euclidean distance
| |
| L2Sqr |
Euclidean distance
| |
| MinMax |
MinMax, flag
| |
| Relative |
Relative, flag
| |
| TypeMask |
bit-mask which can be used to separate norm type from norm flags
| |
| value__ |