|
Cpp-Processing
|
This struct contains the parameters for the Processor class. More...
#include <CelanturSDKInterface.h>
Public Attributes | |
| int | context_width = 1280 |
| int | context_height = 1280 |
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.
| int CelanturSDK::AdditionalProcessorParams::context_height = 1280 |
| int CelanturSDK::AdditionalProcessorParams::context_width = 1280 |