SqueezeBrains SDK 1.18
sb_cs::SbParModel Class Reference

Model parameters class that wraps the sb_t_par_model structure More...

#include <cs_par.h>

Collaboration diagram for sb_cs::SbParModel:

Data Fields

String name
 Model name More...
 
String description
 Model description More...
 
SbSize obj_size
 Object size More...
 
bool enabled
 Model is enabled More...
 
array< SbParLevel^> levels
 Array of the detection levels associated to the model More...
 
array< SbPerturbation^> perturbations
 Array of the perturbations of the model More...
 
SbRgba color
 Paint color of the model defect. Used only for Surface projects More...
 
SbRgba color_opt
 Paint color of the model optional defect. Used only for Surface projects More...
 
SbSize obj_min_distance
 Objects min distance More...
 
SbSize obj_stride_coarse
 Coarse search step. More...
 
SbSize obj_stride_fine
 Fine search step. More...
 
int num_occurrences
 Num occurrences. More...
 
float defect_area_percentage
 
float defect_area_threshold
 

Detailed Description

Model parameters class that wraps the sb_t_par_model structure

See also
sb_t_par_model

Definition at line 164 of file cs_par.h.

Field Documentation

◆ color

SbRgba sb_cs::SbParModel::color

Paint color of the model defect. Used only for Surface projects

See also
sb_t_par_model.color

Definition at line 201 of file cs_par.h.

◆ color_opt

SbRgba sb_cs::SbParModel::color_opt

Paint color of the model optional defect. Used only for Surface projects

See also
sb_t_par_model.color_opt

Definition at line 206 of file cs_par.h.

◆ defect_area_percentage

float sb_cs::SbParModel::defect_area_percentage

See also
sb_t_par_model.defect_area_percentage

Definition at line 231 of file cs_par.h.

◆ defect_area_threshold

float sb_cs::SbParModel::defect_area_threshold

See also
sb_t_par_model.defect_area_threshold

Definition at line 236 of file cs_par.h.

◆ description

String sb_cs::SbParModel::description

Model description

See also
sb_t_par_model.description

Definition at line 176 of file cs_par.h.

◆ enabled

bool sb_cs::SbParModel::enabled

Model is enabled

See also
sb_t_par_model.enabled

Definition at line 186 of file cs_par.h.

◆ levels

array<SbParLevel^> sb_cs::SbParModel::levels

Array of the detection levels associated to the model

See also
sb_t_par_model.levels

Definition at line 191 of file cs_par.h.

◆ name

String sb_cs::SbParModel::name

Model name

See also
sb_t_par_model.name

Definition at line 171 of file cs_par.h.

◆ num_occurrences

int sb_cs::SbParModel::num_occurrences

Num occurrences.

See also
sb_t_par_model.num_occurrences

Definition at line 226 of file cs_par.h.

◆ obj_min_distance

SbSize sb_cs::SbParModel::obj_min_distance

Objects min distance

See also
sb_t_par_model.obj_min_distance

Definition at line 211 of file cs_par.h.

◆ obj_size

SbSize sb_cs::SbParModel::obj_size

Object size

See also
sb_t_par_model.obj_size

Definition at line 181 of file cs_par.h.

◆ obj_stride_coarse

SbSize sb_cs::SbParModel::obj_stride_coarse

Coarse search step.

See also
sb_t_par_model.obj_stride_coarse

Definition at line 216 of file cs_par.h.

◆ obj_stride_fine

SbSize sb_cs::SbParModel::obj_stride_fine

Fine search step.

See also
sb_t_par_model.obj_stride_fine

Definition at line 221 of file cs_par.h.

◆ perturbations

array<SbPerturbation^> sb_cs::SbParModel::perturbations

Array of the perturbations of the model

See also
sb_t_par_model.perturbations

Definition at line 196 of file cs_par.h.


The documentation for this class was generated from the following file: