PreprocessMetaTemplate Struct
Preprocess metadata template attached to ingress buffers. More...
Declaration
struct simaai::neat::PreprocessMetaTemplate { ... }
Public Member Attributes Index
Description
Preprocess metadata template attached to ingress buffers.
Annotates GstSimaMeta with affine/geometry context so downstream plugins (e.g. detection-box decoders) can map model outputs back to original frame coordinates.
Definition at line 35 of file Input.h.
Public Member Attributes
axis_perm
| std::vector<int> simaai::neat::PreprocessMetaTemplate::axis_perm |
|
Axis permutation applied by preprocess layout_convert, if any.
Definition at line 47 of file Input.h.
color_in
| std::string simaai::neat::PreprocessMetaTemplate::color_in |
|
Input color space label (e.g. RGB, BGR).
Definition at line 44 of file Input.h.
color_out
| std::string simaai::neat::PreprocessMetaTemplate::color_out |
|
Output color space label after preprocess.
Definition at line 45 of file Input.h.
enabled
| bool simaai::neat::PreprocessMetaTemplate::enabled = false |
|
If false, no preprocess metadata is emitted.
Definition at line 36 of file Input.h.
normalize
| bool simaai::neat::PreprocessMetaTemplate::normalize = false |
|
True if preprocess applies normalization.
Definition at line 49 of file Input.h.
pad_value
| int simaai::neat::PreprocessMetaTemplate::pad_value = 0 |
|
Pad fill value used by letterboxing.
Definition at line 42 of file Input.h.
quantize
| bool simaai::neat::PreprocessMetaTemplate::quantize = false |
|
True if preprocess applies quantization.
Definition at line 50 of file Input.h.
resize_mode
| std::string simaai::neat::PreprocessMetaTemplate::resize_mode = "none" |
|
Resize/letterbox strategy label (none, fit, etc.).
Definition at line 41 of file Input.h.
scaled_height
| int simaai::neat::PreprocessMetaTemplate::scaled_height = 0 |
|
Height of the scaled content within the target frame.
Definition at line 40 of file Input.h.
scaled_width
| int simaai::neat::PreprocessMetaTemplate::scaled_width = 0 |
|
Width of the scaled content within the target frame.
Definition at line 39 of file Input.h.
target_height
| int simaai::neat::PreprocessMetaTemplate::target_height = 0 |
|
target_width
| int simaai::neat::PreprocessMetaTemplate::target_width = 0 |
|
tessellate
| bool simaai::neat::PreprocessMetaTemplate::tessellate = false |
|
True if preprocess applies tessellation.
Definition at line 51 of file Input.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.