NIST Fingerprint Image Quality 2
Fingerprint image quality assessment tool
|
Measures based on the foreground area of the image. More...
Variables | |
const char | Mean [] |
Mean grayscale value of the number of local regions having at least 1 pixel in the ROI. | |
const char | CoherenceSum [] |
Sum of coherence values over all local regions within the ROI. | |
const char | CoherenceMean [] |
Average of coherence values over all local regions within the ROI. | |
Measures based on the foreground area of the image.
|
extern |
Mean grayscale value of the number of local regions having at least 1 pixel in the ROI.
|
extern |
Sum of coherence values over all local regions within the ROI.
|
extern |
Average of coherence values over all local regions within the ROI.
This is computed as RegionOfInterest::CoherenceSum / (number of local regions that contain at least 1 pixel within the ROI).