SqueezeBrains SDK 1.13
sb_cs::SbSvlDlParPerturbation Class Reference

Describes the perturbation of the image / defect, it wraps the sb_t_svl_dl_par_perturbation structure More...

#include <cs_par.h>

Collaboration diagram for sb_cs::SbSvlDlParPerturbation:

Data Fields

String inpainter_path
 Inpainter file path. More...
 
SbPerturbationMode mode
 Select the perturbation mode. More...
 
SbPerturbationType type
 Select the perturbation type. More...
 
int flip_horizontal
 Flip around y-axis. More...
 
int flip_vertical
 Flip around x-axis. More...
 
float shift_horizontal
 Shift along x-axis. More...
 
float shift_vertical
 Shift along y-axis. More...
 
SbRange angle_range
 Angular range, in degrees, for random rotation. More...
 
float delta_brightness
 Maximum delta of brightness to apply to the image. More...
 
float stretch_contrast
 Maximum variation for histogram stretching. More...
 
float delta_scale
 Maximum variation for defects scaling. More...
 

Detailed Description

Describes the perturbation of the image / defect, it wraps the sb_t_svl_dl_par_perturbation structure

Definition at line 376 of file cs_par.h.

Field Documentation

◆ angle_range

SbRange sb_cs::SbSvlDlParPerturbation::angle_range

Angular range, in degrees, for random rotation.

See also
sb_t_svl_dl_par_perturbation::angle_range

Definition at line 425 of file cs_par.h.

◆ delta_brightness

float sb_cs::SbSvlDlParPerturbation::delta_brightness

Maximum delta of brightness to apply to the image.

See also
sb_t_svl_dl_par_perturbation::delta_brightness

Definition at line 431 of file cs_par.h.

◆ delta_scale

float sb_cs::SbSvlDlParPerturbation::delta_scale

Maximum variation for defects scaling.

See also
sb_t_svl_dl_par_perturbation::delta_scale

Definition at line 443 of file cs_par.h.

◆ flip_horizontal

int sb_cs::SbSvlDlParPerturbation::flip_horizontal

Flip around y-axis.

See also
sb_t_svl_dl_par_perturbation::flip_horizontal

Definition at line 401 of file cs_par.h.

◆ flip_vertical

int sb_cs::SbSvlDlParPerturbation::flip_vertical

Flip around x-axis.

See also
sb_t_svl_dl_par_perturbation::flip_vertical

Definition at line 407 of file cs_par.h.

◆ inpainter_path

String sb_cs::SbSvlDlParPerturbation::inpainter_path

Inpainter file path.

See also
sb_t_svl_dl_par_perturbation::inpainter_path

Definition at line 383 of file cs_par.h.

◆ mode

SbPerturbationMode sb_cs::SbSvlDlParPerturbation::mode

Select the perturbation mode.

See also
sb_t_svl_dl_par_perturbation::mode

Definition at line 389 of file cs_par.h.

◆ shift_horizontal

float sb_cs::SbSvlDlParPerturbation::shift_horizontal

Shift along x-axis.

See also
sb_t_svl_dl_par_perturbation::shift_horizontal

Definition at line 413 of file cs_par.h.

◆ shift_vertical

float sb_cs::SbSvlDlParPerturbation::shift_vertical

Shift along y-axis.

See also
sb_t_svl_dl_par_perturbation::shift_vertical

Definition at line 419 of file cs_par.h.

◆ stretch_contrast

float sb_cs::SbSvlDlParPerturbation::stretch_contrast

Maximum variation for histogram stretching.

See also
sb_t_svl_dl_par_perturbation::stretch_contrast

Definition at line 437 of file cs_par.h.

◆ type

SbPerturbationType sb_cs::SbSvlDlParPerturbation::type

Select the perturbation type.

See also
sb_t_svl_dl_par_perturbation::type

Definition at line 395 of file cs_par.h.


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