5 #include <nx/kit/ini_config.h> 6 #include <nx/sdk/analytics/helpers/pixel_format.h> 9 namespace vms_server_plugins {
12 namespace object_detection {
18 NX_INI_FLAG(0, enableOutput,
"");
20 NX_INI_FLAG(0, deviceDependent,
"Respective capability in the manifest.");
22 NX_INI_FLAG(0, keepObjectBoundingBoxRotation,
23 "If set, Engine will declare the corresponding capability in the manifest.");
25 NX_INI_FLAG(1, declareStubObjectTypes,
26 "If set, own Stub Analytics Plugin Object types (nx.stub.*) are declared in the\n" 27 "typeLibrary and as supported ones. The corresponding section in the settings is also\n" Definition: ini_config.h:78
Definition: stub_analytics_plugin_object_detection_ini.h:14
static TestIni & ini()
Definition: ini_config_ut.cpp:72
Definition: apple_utils.h:6
IniConfig(const char *iniFile)
Definition: ini_config.cpp:651
void reload()
Definition: ini_config.cpp:706