Friction Ridge Image and Features
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::EFS::RidgeQualityRegion Struct Reference

Region defined in a map of ridge quality/confidence. More...

#include <efs.h>

Public Attributes

std::vector< Coordinateregion {}
 Closed convex polygon whose contents is quality.
 
RidgeQuality quality {RidgeQuality::Background}
 Clarity of ridge features enclosed within region.
 

Detailed Description

Region defined in a map of ridge quality/confidence.

Definition at line 613 of file efs.h.

Member Data Documentation

◆ region

std::vector<Coordinate> FRIF::EFS::RidgeQualityRegion::region {}

Closed convex polygon whose contents is quality.

Coordinate are relative to the bounding rectangle created by Features::roi, if supplied. Otherwise, they are relative to the the source image. Add the minimum X and Y values from Features::roi to convert ROI-relative Coordinate to image-relative Coordinate.

Definition at line 625 of file efs.h.

◆ quality

RidgeQuality FRIF::EFS::RidgeQualityRegion::quality {RidgeQuality::Background}

Clarity of ridge features enclosed within region.

Definition at line 627 of file efs.h.


The documentation for this struct was generated from the following file: