|
FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
|
Geometry container for FDL template transformation processing. More...
#include <fdl_core.h>
Data Fields | |
| fdl_dimensions_f64_t | canvas_dims |
| Full canvas dimensions. | |
| fdl_dimensions_f64_t | effective_dims |
| Effective (active image) dimensions. | |
| fdl_dimensions_f64_t | protection_dims |
| Protection area dimensions. | |
| fdl_dimensions_f64_t | framing_dims |
| Framing decision dimensions. | |
| fdl_point_f64_t | effective_anchor |
| Anchor point for effective area. | |
| fdl_point_f64_t | protection_anchor |
| Anchor point for protection area. | |
| fdl_point_f64_t | framing_anchor |
| Anchor point for framing decision. | |
Geometry container for FDL template transformation processing.
Holds 4 dimension layers + 3 anchor points through the pipeline.