Cpp-Processing
Public Attributes | List of all members
CelanturSDK::AdditionalProcessorParams Struct Reference

This struct contains the parameters for the Processor class. More...

#include <CelanturSDKInterface.h>

Public Attributes

int context_width = 1280
 
int context_height = 1280
 

Detailed Description

This struct contains the parameters for the Processor class.

It is a base struct for all inference engine specific parameters. Since internal implementation does not know what inference engine plugin will be used, it is not possible to have specific parameters here. This struct is used to pass the inference engine plugin path to the Processor class when loading the model.

Member Data Documentation

◆ context_height

int CelanturSDK::AdditionalProcessorParams::context_height = 1280

◆ context_width

int CelanturSDK::AdditionalProcessorParams::context_width = 1280