|
Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
|
Types (mostly) mirroring the ANSI/NIST-ITL Type 9 Extended Feature Set. More...
Classes | |
| struct | Core |
| Singular point of focus of innermost recurving ridge. More... | |
| struct | CorrespondenceRelationship |
| Relationship between probe and reference features. More... | |
| class | Crease |
| Friction ridge linear flexion creases. More... | |
| struct | Delta |
| Singular point of ridge divergence. More... | |
| struct | Features |
| Collection of ANSI/NIST-ITL 1-2011 (Update: 2015) Extended Feature Set fields understood by FRIF. More... | |
| struct | Minutia |
| Friction ridge feature details. More... | |
| struct | Orientation |
| Deviation of an image from upright. More... | |
| class | PatternClassification |
| Classification of friction ridge structure. More... | |
| class | QualityMeasure |
| Measurement on the biometric sample. More... | |
| struct | RidgeQualityRegion |
| Region defined in a map of ridge quality/confidence. More... | |
Typedefs | |
| using | IMP = Impression |
| Convenience Impression type using ANSI/NIST-ITL mnemonic. | |
| using | FCT = FrictionRidgeCaptureTechnology |
| Convenience FrictionRidgeCaptureTechnology type using ANSI/NIST-ITL mnemonic. | |
| using | FGP = FrictionRidgeGeneralizedPosition |
| Convenience FrictionRidgeGeneralizedPosition type using ANSI/NIST-ITL mnemonic. | |
| using | LPM = ProcessingMethod |
| Convenience LatentProcessingMethod type using ANSI/NIST-ITL mnemonic. | |
| using | GCF = PatternGeneralClassification |
| Convenience PatternGeneralClassification type using ANSI/NIST-ITL mnemonic. | |
| using | PatternSubclassification |
| Subclassification of PatternClassification. | |
| using | SUB = PatternSubclassification |
| Convenience PatternSubclassification type using ANSI/NIST-ITL mnemonic. | |
| using | WDR = WhorlDeltaRelationship |
| Convenience WhorlDeltaRelationship type using ANSI/NIST-ITL mnemonic. | |
| using | EAA = ValueAssessment |
| Convenience ExaminerValueAssessment type using ANSI/NIST-ITL mnemonic. | |
| using | TOC = CorrespondenceType |
| using | CreaseClassification |
| Collection of crease types. | |
| using | QualityMeasureMap |
| Convenience type for storing QualityMeasure. | |
Functions | |
| Impression | toImpression (const std::underlying_type_t< Impression > i) |
| Convert integer to enumerated type. | |
| FrictionRidgeCaptureTechnology | toFrictionRidgeCaptureTechnology (const std::underlying_type_t< FrictionRidgeCaptureTechnology > i) |
| Convert integer to enumerated type. | |
| FrictionRidgeGeneralizedPosition | toFrictionRidgeGeneralizedPosition (const std::underlying_type_t< FrictionRidgeGeneralizedPosition > i) |
| Convert integer to enumerated type. | |
| ProcessingMethod | toProcessingMethod (const std::underlying_type_t< ProcessingMethod > i) |
| Convert integer to enumerated type. | |
| PatternGeneralClassification | toPatternGeneralClassification (const std::underlying_type_t< PatternGeneralClassification > i) |
| Convert integer to enumerated type. | |
| ArchPatternSubclassification | toArchPatternSubclassification (const std::underlying_type_t< ArchPatternSubclassification > i) |
| Convert integer to enumerated type. | |
| WhorlPatternSubclassification | toWhorlPatternSubclassification (const std::underlying_type_t< WhorlPatternSubclassification > i) |
| Convert integer to enumerated type. | |
| WhorlDeltaRelationship | toWhorlDeltaRelationship (const std::underlying_type_t< WhorlDeltaRelationship > i) |
| Convert integer to enumerated type. | |
| ValueAssessment | toValueAssessment (const std::underlying_type_t< ValueAssessment > i) |
| Convert integer to enumerated type. | |
| Substrate | toSubstrate (const std::underlying_type_t< Substrate > i) |
| Convert integer to enumerated type. | |
| MinutiaType | toMinutiaType (const std::underlying_type_t< MinutiaType > i) |
| Convert integer to enumerated type. | |
| CorrespondenceType | toCorrespondenceType (const std::underlying_type_t< CorrespondenceType > i) |
| Convert integer to enumerated type. | |
| RidgeQuality | toRidgeQuality (const std::underlying_type_t< RidgeQuality > i) |
| Convert integer to enumerated type. | |
| FingerCrease | toFingerCrease (const std::underlying_type_t< FingerCrease > i) |
| Convert integer to enumerated type. | |
| PalmCrease | toPalmCrease (const std::underlying_type_t< PalmCrease > i) |
| Convert integer to enumerated type. | |
| LinearDiscontinuity | toLinearDiscontinuity (const std::underlying_type_t< LinearDiscontinuity > i) |
| Convert integer to enumerated type. | |
Types (mostly) mirroring the ANSI/NIST-ITL Type 9 Extended Feature Set.
| using FRIF::EFS::IMP = Impression |
| using FRIF::EFS::LPM = ProcessingMethod |
Subclassification of PatternClassification.
| using FRIF::EFS::WDR = WhorlDeltaRelationship |
| using FRIF::EFS::EAA = ValueAssessment |
| using FRIF::EFS::TOC = CorrespondenceType |
Collection of crease types.
Convenience type for storing QualityMeasure.
|
strong |
|
strong |
|
strong |
Friction positions codes from ANSI/NIST-ITL 1-2011 (2015).
|
strong |
|
strong |
|
strong |
Subclassification when PatternClassification is Arch.
| Enumerator | |
|---|---|
| PlainArch | |
| TentedArch | |
|
strong |
Subclassification when PatternClassification is Whorl.
| Enumerator | |
|---|---|
| PlainWhorl | |
| CentralPocketLoop | |
| DoubleLoop | |
| AccidentalWhorl | |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
Types of correspondence.
Following ANSI/NIST-ITL 1-2011 (2015) Field 9.361, "types of correspondence (TOC)"
|
strong |
Local ridge quality codes from ANSI/NIST-ITL 1-2011 (2015).
|
strong |
|
strong |
Permanent flexion creases on palms.
|
strong |
| FRIF::EFS::Impression FRIF::EFS::toImpression | ( | const std::underlying_type_t< Impression > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 329 of file libfrifte_efs.cpp.
| FRIF::EFS::FrictionRidgeCaptureTechnology FRIF::EFS::toFrictionRidgeCaptureTechnology | ( | const std::underlying_type_t< FrictionRidgeCaptureTechnology > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 358 of file libfrifte_efs.cpp.
| FRIF::EFS::FrictionRidgeGeneralizedPosition FRIF::EFS::toFrictionRidgeGeneralizedPosition | ( | const std::underlying_type_t< FrictionRidgeGeneralizedPosition > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 385 of file libfrifte_efs.cpp.
| FRIF::EFS::ProcessingMethod FRIF::EFS::toProcessingMethod | ( | const std::underlying_type_t< ProcessingMethod > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 491 of file libfrifte_efs.cpp.
| FRIF::EFS::PatternGeneralClassification FRIF::EFS::toPatternGeneralClassification | ( | const std::underlying_type_t< PatternGeneralClassification > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 520 of file libfrifte_efs.cpp.
| FRIF::EFS::ArchPatternSubclassification FRIF::EFS::toArchPatternSubclassification | ( | const std::underlying_type_t< ArchPatternSubclassification > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 549 of file libfrifte_efs.cpp.
| FRIF::EFS::WhorlPatternSubclassification FRIF::EFS::toWhorlPatternSubclassification | ( | const std::underlying_type_t< WhorlPatternSubclassification > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 564 of file libfrifte_efs.cpp.
| FRIF::EFS::WhorlDeltaRelationship FRIF::EFS::toWhorlDeltaRelationship | ( | const std::underlying_type_t< WhorlDeltaRelationship > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 583 of file libfrifte_efs.cpp.
| FRIF::EFS::ValueAssessment FRIF::EFS::toValueAssessment | ( | const std::underlying_type_t< ValueAssessment > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 600 of file libfrifte_efs.cpp.
| FRIF::EFS::Substrate FRIF::EFS::toSubstrate | ( | const std::underlying_type_t< Substrate > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 619 of file libfrifte_efs.cpp.
| FRIF::EFS::MinutiaType FRIF::EFS::toMinutiaType | ( | const std::underlying_type_t< MinutiaType > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 654 of file libfrifte_efs.cpp.
| FRIF::EFS::CorrespondenceType FRIF::EFS::toCorrespondenceType | ( | const std::underlying_type_t< CorrespondenceType > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 673 of file libfrifte_efs.cpp.
| FRIF::EFS::RidgeQuality FRIF::EFS::toRidgeQuality | ( | const std::underlying_type_t< RidgeQuality > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 694 of file libfrifte_efs.cpp.
| FRIF::EFS::FingerCrease FRIF::EFS::toFingerCrease | ( | const std::underlying_type_t< FingerCrease > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 717 of file libfrifte_efs.cpp.
| FRIF::EFS::PalmCrease FRIF::EFS::toPalmCrease | ( | const std::underlying_type_t< PalmCrease > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 734 of file libfrifte_efs.cpp.
| FRIF::EFS::LinearDiscontinuity FRIF::EFS::toLinearDiscontinuity | ( | const std::underlying_type_t< LinearDiscontinuity > | i | ) |
Convert integer to enumerated type.
| i | Integer version of enumerated type. |
| Cannot | map i to valid enumerated value. |
Definition at line 753 of file libfrifte_efs.cpp.