SqueezeBrains SDK 1.13
sb_cs::SbPerturbation Class Reference

Perturbations Class that wraps the sb_t_perturbation structure More...

#include <cs_par.h>

Collaboration diagram for sb_cs::SbPerturbation:

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...
 

Detailed Description

Perturbations Class that wraps the sb_t_perturbation structure

Definition at line 121 of file cs_par.h.

Field Documentation

◆ angle

int sb_cs::SbPerturbation::angle

Rotation angle, in degree, of the sample. 1th operation.

See also
sb_t_par_perturbation::angle

Definition at line 128 of file cs_par.h.

◆ angle_range

SbRange sb_cs::SbPerturbation::angle_range

Angular range, in degrees, for random rotation.

See also
sb_t_par_perturbation::angle_range

Definition at line 146 of file cs_par.h.

◆ flip_horizontal

int sb_cs::SbPerturbation::flip_horizontal

Flip around y-axis. 2th operation.

See also
sb_t_par_perturbation::flip_horizontal

Definition at line 134 of file cs_par.h.

◆ flip_vertical

int sb_cs::SbPerturbation::flip_vertical

Flip around x-axis. 3th operation.

See also
sb_t_par_perturbation::flip_vertical

Definition at line 140 of file cs_par.h.

◆ num_synthetic_samples

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 .

See also
sb_t_par_perturbation::num_synthetic_samples

Definition at line 152 of file cs_par.h.


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