Evaluation of Latent Friction Ridge Technology
API for participating in NIST's evaluation of latent friction ridge identification algorithms.
Public Attributes | List of all members
ELFT::RidgeQualityRegion Struct Reference

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

#include <elft.h>

Public Attributes

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

Detailed Description

Region defined in a map of ridge quality/confidence.

Definition at line 617 of file elft.h.

Member Data Documentation

◆ region

std::vector<Coordinate> ELFT::RidgeQualityRegion::region {}

Closed convex polygon whose contents is quality.

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

Definition at line 629 of file elft.h.

◆ quality

RidgeQuality ELFT::RidgeQualityRegion::quality {RidgeQuality::Background}

Clarity of ridge features enclosed within region.

Definition at line 631 of file elft.h.


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