|
Enrollment 28.2.0
|
It represents a particular Minutia (distinctive fingerprint feature point found in fingerprint skeleton, such as a bifurcation or an ending). More...
#include <Minutia.h>
Public Types | |
| enum class | Type : uint8_t { BIFURCATION = 0 , RIDGE_ENDING = 1 } |
| Type of Minutia. More... | |
Public Member Functions | |
| void | WriteTo (Writer &writer) const final |
| Write itself into writer. | |
| Minutia (Point pointArg, Type typeArg, Angle angleArg, uint8_t qualityArg) | |
| It creates Minutia with given parameters. | |
Public Attributes | |
| Point | center |
| Minutia point. | |
| Type | type |
| Minutia type (bifurcation/ending). | |
| Angle | angle |
| The orientation of the minutia is represented in degrees, with zero degrees pointing horizontally and to the right and increasing degrees proceeding counter-clockwise [9]. | |
| uint8_t | quality |
| Minutia quality in range 0-100. | |
It represents a particular Minutia (distinctive fingerprint feature point found in fingerprint skeleton, such as a bifurcation or an ending).
It is defined by its position (x, y), type (bifurcation or ending), angle (in radians) and quality (0-100).
|
strong |
It creates Minutia with given parameters.
| pointArg | Minutia point |
| typeArg | Minutia type (bifurcation/ending) |
| angleArg | The orientation of the minutia is represented in degrees, with zero degrees pointing horizontally and to the right and increasing degrees proceeding counter-clockwise [9]. |
| qualityArg | Minutia quality in range 0-100. 0.. undefined, 1 - lowest, 255 - highest |
|
inlinefinalvirtual |
Write itself into writer.
| writer | Writer to use to serialize this Serializable |
Implements Serializable.
| uint8_t quality |