SqueezeBrains SDK 1.18
|
Perturbations Class that wraps the sb_t_perturbation structure More...
#include <cs_par.h>
Data Fields | |
int | angle |
Rotation angle, in degree, of the sample. 1th operation. More... | |
int | flip_horizontal |
Flip around y-axis. 2th operation. More... | |
int | flip_vertical |
Flip around x-axis. 3th operation. More... | |
SbRange | angle_range |
Angular range, in degrees, for random rotation. More... | |
int | num_synthetic_samples |
Number of synthetic sample to generated with a random angle in the range sb_t_par_perturbation::angle . More... | |
Perturbations Class that wraps the sb_t_perturbation structure
int sb_cs::SbPerturbation::angle |
Rotation angle, in degree, of the sample. 1th operation.
SbRange sb_cs::SbPerturbation::angle_range |
Angular range, in degrees, for random rotation.
int sb_cs::SbPerturbation::flip_horizontal |
Flip around y-axis. 2th operation.
int sb_cs::SbPerturbation::flip_vertical |
Flip around x-axis. 3th operation.
int sb_cs::SbPerturbation::num_synthetic_samples |
Number of synthetic sample to generated with a random angle in the range sb_t_par_perturbation::angle .