|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
Closed contour extracted from a binary mask. More...
#include <Features.hpp>
Collaboration diagram for MayaFlux::Kinesis::Vision::Contour:Public Attributes | |
| float | area |
| uint32_t | parent_label { 0U } |
| 0 for an outer contour. | |
| float | perimeter |
| std::vector< glm::vec2 > | points |
Closed contour extracted from a binary mask.
Points are in normalised image coordinates [0, 1], top-left origin.
Definition at line 42 of file Features.hpp.