Struct to combine distribution objects (flag: -1 = N/A, 0 = normal, 1 = uniform, 2 = weibull) (repeat: false = randomize once per recording, true = randomize for every image) More...
#include <ProjectBuilder.h>
Data Fields | |
| distUnion | dist |
| int | flag |
| bool | repeat |
Struct to combine distribution objects (flag: -1 = N/A, 0 = normal, 1 = uniform, 2 = weibull) (repeat: false = randomize once per recording, true = randomize for every image)
Definition at line 183 of file ProjectBuilder.h.
| distUnion distribution::dist |
Definition at line 184 of file ProjectBuilder.h.
| int distribution::flag |
Definition at line 185 of file ProjectBuilder.h.
| bool distribution::repeat |
Definition at line 186 of file ProjectBuilder.h.