Enrollment 28.2.0
Loading...
Searching...
No Matches
ICSExtractor::SkeletonImage Class Reference

It enables creation of skeleton image during extraction. More...

#include <ICSExtractor.h>

Collaboration diagram for ICSExtractor::SkeletonImage:

Public Member Functions

std::shared_ptr< Image > GetImage () const
 Get created Image To create Image, extraction must be finished.
std::shared_ptr< Image > DrawMinutiae (const std::vector< std::shared_ptr< Minutia > > &minutiae, const ImageShapeAttributes &attr) const
 Draws minutiae on skeleton image.
std::shared_ptr< Image > DrawCriticalPoints (const std::vector< std::shared_ptr< CriticalPoint > > &points, const ImageShapeAttributes &attr) const
 Draws critical points on skeleton image.

Detailed Description

It enables creation of skeleton image during extraction.

Note
The adjudicator feature MUST be allowed in license to get skeleton image.
Finger for skeleton
Skeleton

Member Function Documentation

◆ DrawCriticalPoints()

std::shared_ptr< Image > DrawCriticalPoints ( const std::vector< std::shared_ptr< CriticalPoint > > & points,
const ImageShapeAttributes & attr ) const
inlinenodiscard

Draws critical points on skeleton image.

Parameters
pointscritical points to be drawn
attrImageShapeAttributes of minutiae
Returns
Image with drawn critical points

◆ DrawMinutiae()

std::shared_ptr< Image > DrawMinutiae ( const std::vector< std::shared_ptr< Minutia > > & minutiae,
const ImageShapeAttributes & attr ) const
inlinenodiscard

Draws minutiae on skeleton image.

Parameters
minutiaeMinutiae to be drawn
attrImageShapeAttributes of minutiae
Returns
Image with drawn minutiae

◆ GetImage()

std::shared_ptr< Image > GetImage ( ) const
inlinenodiscard

Get created Image To create Image, extraction must be finished.

Exceptions
EnrollmentRuntimeExceptionwhen extraction is not finished
Returns
SkeletonImage Image

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