SqueezeBrains SDK 1.18
|
Describes the perturbation of the image / defect, it wraps the sb_t_svl_dl_par_perturbation structure More...
#include <cs_par.h>
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... | |
Describes the perturbation of the image / defect, it wraps the sb_t_svl_dl_par_perturbation structure
SbRange sb_cs::SbSvlDlParPerturbation::angle_range |
Angular range, in degrees, for random rotation.
float sb_cs::SbSvlDlParPerturbation::delta_brightness |
Maximum delta of brightness to apply to the image.
float sb_cs::SbSvlDlParPerturbation::delta_scale |
Maximum variation for defects scaling.
int sb_cs::SbSvlDlParPerturbation::flip_horizontal |
Flip around y-axis.
int sb_cs::SbSvlDlParPerturbation::flip_vertical |
Flip around x-axis.
String sb_cs::SbSvlDlParPerturbation::inpainter_path |
Inpainter file path.
SbPerturbationMode sb_cs::SbSvlDlParPerturbation::mode |
Select the perturbation mode.
float sb_cs::SbSvlDlParPerturbation::shift_horizontal |
Shift along x-axis.
float sb_cs::SbSvlDlParPerturbation::shift_vertical |
Shift along y-axis.
float sb_cs::SbSvlDlParPerturbation::stretch_contrast |
Maximum variation for histogram stretching.
SbPerturbationType sb_cs::SbSvlDlParPerturbation::type |
Select the perturbation type.