![]() |
SmartFace Embedded Toolkit
4.2.1
|
Core detection - tagged union containing all detection types. More...
#include <sfe_core_detection.h>
Data Fields | |
| SFEBoundingBox | bounding_box |
| Bounding box (common for all detection types) | |
| SFEOrientedBoundingBox | oriented_bounding_box |
| Oriented bounding box (common for all detection types) | |
| float | confidence |
| Detection confidence - range <0,1> (common for all detection types) | |
| SFEModality | modality |
| Detection modality discriminator. | |
| SFEModalityData | modality_data |
| Union of all detection variant data structs (type-specific fields only) | |
Core detection - tagged union containing all detection types.
Definition at line 323 of file sfe_core_detection.h.
| SFEBoundingBox SFEDetection::bounding_box |
Bounding box (common for all detection types)
Definition at line 325 of file sfe_core_detection.h.
| float SFEDetection::confidence |
Detection confidence - range <0,1> (common for all detection types)
Definition at line 329 of file sfe_core_detection.h.
| SFEModality SFEDetection::modality |
Detection modality discriminator.
Definition at line 331 of file sfe_core_detection.h.
| SFEModalityData SFEDetection::modality_data |
Union of all detection variant data structs (type-specific fields only)
Definition at line 333 of file sfe_core_detection.h.
| SFEOrientedBoundingBox SFEDetection::oriented_bounding_box |
Oriented bounding box (common for all detection types)
Definition at line 327 of file sfe_core_detection.h.