SmartFace Embedded Toolkit  4.2.1
Loading...
Searching...
No Matches
SFEOrientedBoundingBox Struct Reference

Oriented bounding box. More...

#include <sfe_core_detection.h>

Data Fields

float center_x
 X coordinate of the center of the bounding box relative to source image size - range <0,1>
 
float center_y
 Y coordinate of the center of the bounding box relative to source image size - range <0,1>
 
float width
 Width of the bounding box relative to source image size - range <0,1>
 
float height
 Height of the bounding box relative to source image size - range <0,1>
 
float angle
 Angle of the bounding box in radians.
 

Detailed Description

Oriented bounding box.

Definition at line 34 of file sfe_core_detection.h.

Field Documentation

◆ angle

float SFEOrientedBoundingBox::angle

Angle of the bounding box in radians.

Definition at line 49 of file sfe_core_detection.h.

◆ center_x

float SFEOrientedBoundingBox::center_x

X coordinate of the center of the bounding box relative to source image size - range <0,1>

Definition at line 37 of file sfe_core_detection.h.

◆ center_y

float SFEOrientedBoundingBox::center_y

Y coordinate of the center of the bounding box relative to source image size - range <0,1>

Definition at line 40 of file sfe_core_detection.h.

◆ height

float SFEOrientedBoundingBox::height

Height of the bounding box relative to source image size - range <0,1>

Definition at line 46 of file sfe_core_detection.h.

◆ width

float SFEOrientedBoundingBox::width

Width of the bounding box relative to source image size - range <0,1>

Definition at line 43 of file sfe_core_detection.h.


The documentation for this struct was generated from the following file: