SqueezeBrains SDK 1.18
|
Describes the perturbation of a sample. More...
#include <sb.h>
Data Fields | |
int | angle |
Rotation angle, in degrees, of the sample. 1th operation. More... | |
int | flip_horizontal |
Flip around horizontal axis. 2th operation. More... | |
int | flip_vertical |
Flip around vertical axis. 3th operation. More... | |
sb_t_range | 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... | |
Describes the perturbation of a sample.
int sb_t_par_perturbation::angle |
sb_t_range sb_t_par_perturbation::angle_range |
Angular range, in degrees, for random rotation.
sb_t_par_perturbation::num_synthetic_samples is the number of synthetic sample to generated at a random angle.
Minimum angle must be less than or equal that maximum angle.
The range of values for both the minimum angle and the maximum angle is [-180; 180] degrees.
int sb_t_par_perturbation::flip_horizontal |
int sb_t_par_perturbation::flip_vertical |
int sb_t_par_perturbation::num_synthetic_samples |
Number of synthetic sample to generated with a random angle in the range sb_t_par_perturbation::angle .
If 0 no synthetic samples are generated.
The range of possible values is [0;32]