VART-X  0.3.0
vart::InferResScaleInfo Struct Reference

Width and height info used to transform inference results to input frame resolution. More...

#include <vart_inferresult_types.hpp>

Public Attributes

uint32_t model_input_width
 
uint32_t model_input_height
 
uint32_t input_frame_width
 
uint32_t input_frame_height
 

Detailed Description

Width and height info used to transform inference results to input frame resolution.

Member Data Documentation

◆ input_frame_height

vart::InferResScaleInfo::input_frame_height

Height of the input frame

◆ input_frame_width

vart::InferResScaleInfo::input_frame_width

Width of the input frame

◆ model_input_height

vart::InferResScaleInfo::model_input_height

Height of the model input

◆ model_input_width

vart::InferResScaleInfo::model_input_width

Width of the model input


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