SqueezeBrains SDK 1.18
|
Information on what sb_project_set_par and sb_image_info_apply_par_changes do when they apply the new parameters. More...
#include <sb.h>
Data Fields | |
char * | models |
String of the name of the models to be invalidated. More... | |
sb_t_par_model_lut | lut_model_cur2new [SB_PAR_MODELS_NUM] |
Mapping lut of the models in par_cur to the those in par_new. More... | |
sb_t_par_model_lut | lut_model_new2cur [SB_PAR_MODELS_NUM] |
Mapping lut of the models in par_new to the those in par_cur. More... | |
sb_t_par | par_cur |
The current parameters of the project. | |
sb_t_par | par_new |
The new parameters that the user wants to set in the project. | |
Information on what sb_project_set_par and sb_image_info_apply_par_changes do when they apply the new parameters.
sb_t_par_model_lut sb_t_par_changes_info::lut_model_cur2new[SB_PAR_MODELS_NUM] |
sb_t_par_model_lut sb_t_par_changes_info::lut_model_new2cur[SB_PAR_MODELS_NUM] |
char* sb_t_par_changes_info::models |
String of the name of the models to be invalidated.
The name of the models are separated by the SB_DELIMITER character.