|
VART-X
0.3.0
|
Describes a single pre-processing operation, pairing an input frame and its ROI with an output frame and its ROI. More...
#include <vart_preprocess_types.hpp>

Public Attributes | |
| RegionOfInterest | in_roi |
| RegionOfInterest | out_roi |
| VideoFrame * | in_frame = nullptr |
| VideoFrame * | out_frame = nullptr |
Describes a single pre-processing operation, pairing an input frame and its ROI with an output frame and its ROI.
| vart::PreProcessOp::in_frame = nullptr |
Pointer to the input VideoFrame. Must not be nullptr.
| vart::PreProcessOp::in_roi |
Region of interest within the input frame to process.
| vart::PreProcessOp::out_frame = nullptr |
Pointer to the output VideoFrame. Must not be nullptr.
| vart::PreProcessOp::out_roi |
Region of interest within the output frame to write results into.