Selects the spatial mask used to crop pixels from a container.
| Enumerator |
|---|
| BBOX | Crop the axis-aligned rectangle of a BoundingBox.
|
| CONTOUR_TIGHT | Crop the tight bounding rect of a Contour; no polygon mask.
|
| CONTOUR_MASKED | Crop the tight bounding rect of a Contour; zero pixels outside polygon.
|
Definition at line 17 of file VisionExtractor.hpp.
17 : uint8_t {
21};
@ BBOX
Crop the axis-aligned rectangle of a BoundingBox.
@ CONTOUR_MASKED
Crop the tight bounding rect of a Contour; zero pixels outside polygon.
@ CONTOUR_TIGHT
Crop the tight bounding rect of a Contour; no polygon mask.