![]() |
SqueezeBrains SDK 1.18
|
Defines the configurations of the license. More...
#include <sb.h>
Data Fields | |
| sb_t_license_configuration_id | 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... | |
Defines the configurations of the license.
The values of the parameters depend on the license configuration id.
| int sb_t_license_configuration::num_features |
Maximum number of features allowed with the current license configuration.
0 means unlimited.
| int sb_t_license_configuration::num_models |
Maximum number of models allowed with the current license configuration.
0 means unlimited.
| int sb_t_license_configuration::num_threads |
Maximum number of threads allowed with the current license configuration.
0 means unlimited.
| float sb_t_license_configuration::speed_boost |
Maximum detection speed boost allowed with the current license configuration.
The range of possible values is from 0 to 1.