NIST Fingerprint Image Quality 2
Fingerprint image quality assessment tool
Loading...
Searching...
No Matches
NFIQ2::Identifiers::QualityMeasures::RegionOfInterest Namespace Reference

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.
 

Detailed Description

Measures based on the foreground area of the image.

Variable Documentation

◆ Mean

const char NFIQ2::Identifiers::QualityMeasures::RegionOfInterest::Mean[]
extern

Mean grayscale value of the number of local regions having at least 1 pixel in the ROI.

◆ CoherenceSum

const char NFIQ2::Identifiers::QualityMeasures::RegionOfInterest::CoherenceSum[]
extern

Sum of coherence values over all local regions within the ROI.

◆ CoherenceMean

const char NFIQ2::Identifiers::QualityMeasures::RegionOfInterest::CoherenceMean[]
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).

See also
CoherenceSum