|
Enrollment 28.2.0
|
It enables creation of skeleton image during extraction. More...
#include <ICSExtractor.h>
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. | |
It enables creation of skeleton image during extraction.
|
inlinenodiscard |
Draws critical points on skeleton image.
| points | critical points to be drawn |
| attr | ImageShapeAttributes of minutiae |
|
inlinenodiscard |
Draws minutiae on skeleton image.
| minutiae | Minutiae to be drawn |
| attr | ImageShapeAttributes of minutiae |
|
inlinenodiscard |
Get created Image To create Image, extraction must be finished.
| EnrollmentRuntimeException | when extraction is not finished |