Enrollment 28.2.0
Loading...
Searching...
No Matches
MinutiaShape Class Reference

It draws Minutia into image. More...

#include <Minutia.h>

Collaboration diagram for MinutiaShape:

Public Member Functions

void DrawIn (ImageShapeDrawer &drawer) const final
 It draws Minutia into image.
 MinutiaShape (std::shared_ptr< Minutia > minutia, Radius radius, ImageShapeAttributes attr, unsigned int angleLength)
 Create Minutia shape.
 MinutiaShape (std::shared_ptr< Minutia > minutia, ImageShapeAttributes attr)
 Create Minutia shape.

Detailed Description

It draws Minutia into image.

The shapes of minutiae are conform with NIST

Constructor & Destructor Documentation

◆ MinutiaShape() [1/2]

MinutiaShape ( std::shared_ptr< Minutia > minutia,
Radius radius,
ImageShapeAttributes attr,
unsigned int angleLength )
inline

Create Minutia shape.

Parameters
minutiaminutia to draw
radiusradius of minutia
attrImageShapeAttributes of minutia
angleLengthlength of angle line

◆ MinutiaShape() [2/2]

MinutiaShape ( std::shared_ptr< Minutia > minutia,
ImageShapeAttributes attr )
inline

Create Minutia shape.

Parameters
minutiaminutia to draw
attrImageShapeAttributes of minutia

Member Function Documentation

◆ DrawIn()

void DrawIn ( ImageShapeDrawer & drawer) const
inlinefinalvirtual

It draws Minutia into image.

Parameters
drawerdrawer to draw into

Implements ImageShape.

References Minutia::BIFURCATION.


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