|
Enrollment 28.2.0
|
It describes Iris segmented from original IrisCapture (one that contain this IrisSegment) with IrisDetector. More...
#include <IrisSegment.h>
Public Member Functions | |
| void | WriteTo (Writer &writer) const final |
| Function serializes Iris segment. | |
Public Attributes | |
| const std::shared_ptr< Iris > | iris |
| Detected Iris image in original Iris capture. | |
| const Rectangle | pupilRoundingBox |
| Provides rounding box for pupil in image. | |
| const Rectangle | irisRoundingBox |
| Provides rounding box for iris in image. | |
| const bool | isInside |
| true when rounding circle around iris of detected Iris is completely inside of original capture | |
Friends | |
| class | IrisDetector |
It describes Iris segmented from original IrisCapture (one that contain this IrisSegment) with IrisDetector.
|
inlinefinalvirtual |
Function serializes Iris segment.
| writer | used to serialize IrisSegment. |
Implements Serializable.
References iris, irisRoundingBox, isInside, and pupilRoundingBox.