SqueezeBrains SDK 1.18
|
License configuration class that wraps the sb_t_license_configuration structure More...
#include <cs_license.h>
Data Fields | |
SbLicenseConfigurationId | id |
License configuration identifier. | |
int | num_models |
Maximum number of models allowed with the current license configuration. More... | |
int | num_features |
Maximum number of features allowed with the current license configuration. More... | |
int | num_threads |
Maximum number of threads allowed with the current license configuration. More... | |
float | speed_boost |
Maximum detection speed boost allowed with the current license configuration. More... | |
License configuration class that wraps the sb_t_license_configuration structure
Definition at line 71 of file cs_license.h.
int sb_cs::SbLicenseConfiguration::num_features |
Maximum number of features allowed with the current license configuration.
Definition at line 85 of file cs_license.h.
int sb_cs::SbLicenseConfiguration::num_models |
Maximum number of models allowed with the current license configuration.
Definition at line 79 of file cs_license.h.
int sb_cs::SbLicenseConfiguration::num_threads |
Maximum number of threads allowed with the current license configuration.
Definition at line 91 of file cs_license.h.
float sb_cs::SbLicenseConfiguration::speed_boost |
Maximum detection speed boost allowed with the current license configuration.
Definition at line 97 of file cs_license.h.