#include <GetHammingDistance.h>
List of all members.
Detailed Description
Class for calculating the Hamming Distance between two iris templates.
The class incorporates noise masks, i.e. noise bits are not used when calculating the HD.
Member Function Documentation
Calculates HD shifting left and right and then returning the minimum HD value.
- Parameters:
-
classTemplate1 | Input target template |
classTemplate2 | Input query template |
scales | Number of filters used for encoding - needed to determine how many bits should be moved when shifting. |
- Returns:
- HD Minimum
Calculate HD in shifting towards left/right and up/down and return minimum HD value.
- Parameters:
-
classTemplate1 | Input target template |
classTemplate2 | Input query template |
scales | Number of filters used for encoding - needed to determine how many bits should be moved when shifting. |
- Returns:
- HD minimum
Calculate HD in shifting towards left/right or up/down and return minimum HD value.
- Parameters:
-
classTemplate1 | Input target template |
classTemplate2 | Input query template |
scales | Number of filters used for encoding - needed to determine how many bits should be moved when shifting. |
- Returns:
- HD minimum
Calculate HD in shifting towards the up and down and return minimum HD value.
- Parameters:
-
classTemplate1 | Input target template |
classTemplate2 | Input query template |
scales | Number of filters used for encoding - needed to determine how many bits should be moved when shifting. |
- Returns:
- HD Minimum
The documentation for this class was generated from the following files:
- NIST_VASIR_src_beta_v1.0/VASIR/GetHammingDistance.h
- NIST_VASIR_src_beta_v1.0/VASIR/GetHammingDistance.cpp
- NIST_VASIR_src_beta_v1.0/VASIR/ShiftBits.cpp