Uses of Class
boofcv.struct.ConfigGenerator
-
Uses of ConfigGenerator in boofcv.struct
Modifier and TypeClassDescriptionclass
ConfigGeneratorGrid<Config extends Configuration>
Implementation ofConfigGenerator
that samples the configuration space using a grid pattern.class
ConfigGeneratorPatternSearchBase<Config extends Configuration>
Base class for searches which follow a repetable patternclass
ConfigGeneratorRandom<Config extends Configuration>
Implementation ofConfigGenerator
that randomly samples each parameter using a uniform distributionclass
ConfigGeneratorVector<Config extends Configuration>
Implementation ofConfigGenerator
that samples the configuration space using along each degree of freedom (a parameter) independently.