ModalitiesVerifyMatcher configuration.
More...
#include <ModalitiesVerifyMatcher.h>
◆ Config()
◆ Default()
Provides default config.
- max rotation - 180 degrees
- Returns
- default config
References Config().
◆ GetMaxRotation()
| unsigned int GetMaxRotation |
( |
| ) |
const |
|
inlinenodiscard |
Get the Max Rotation.
- Returns
- maximum rotation
◆ SetMaxRotation()
| void SetMaxRotation |
( |
unsigned int | value | ) |
|
|
inline |
Set the Max Rotation.
When taking print images, it is very likely that fingers might not be aligned exactly at the same angle every time. It defines maximum allowed rotation between two print images.Valid range is between 0 and 180, where [0, 180] is closed interval.
Default value is 180.
- Parameters
-
- Exceptions
-
| EnrollmentInvalidArgumentException | when value is not in range <0,180> |
◆ WriteTo()
| void WriteTo |
( |
Writer & | writer | ) |
const |
|
inlinefinalvirtual |
Function serializes configuration via provided Writer.
- Parameters
-
| writer | used to serialize Config. |
Implements Serializable.
The documentation for this class was generated from the following file: