SqueezeBrains SDK 1.13
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...
 
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 occurrencies. 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 163 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 195 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 200 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 225 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 230 of file cs_par.h.

◆ enabled

bool sb_cs::SbParModel::enabled

Model is enabled

See also
sb_t_par_model.enabled

Definition at line 180 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 185 of file cs_par.h.

◆ name

String sb_cs::SbParModel::name

Model name

See also
sb_t_par_model.name

Definition at line 170 of file cs_par.h.

◆ num_occurrences

int sb_cs::SbParModel::num_occurrences

Num occurrencies.

See also
sb_t_par_model.num_occurrences

Definition at line 220 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 205 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 175 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 210 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 215 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 190 of file cs_par.h.


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