VART-X  0.3.0
vart::PreProcessOp Struct Reference

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>

Collaboration diagram for vart::PreProcessOp:

Public Attributes

RegionOfInterest in_roi
 
RegionOfInterest out_roi
 
VideoFramein_frame = nullptr
 
VideoFrameout_frame = nullptr
 

Detailed Description

Describes a single pre-processing operation, pairing an input frame and its ROI with an output frame and its ROI.

Member Data Documentation

◆ in_frame

vart::PreProcessOp::in_frame = nullptr

Pointer to the input VideoFrame. Must not be nullptr.

◆ in_roi

vart::PreProcessOp::in_roi

Region of interest within the input frame to process.

◆ out_frame

vart::PreProcessOp::out_frame = nullptr

Pointer to the output VideoFrame. Must not be nullptr.

◆ out_roi

vart::PreProcessOp::out_roi

Region of interest within the output frame to write results into.


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