Uses of Class
boofcv.struct.ConfigGenerator
Packages that use ConfigGenerator
-
Uses of ConfigGenerator in boofcv.struct
Subclasses of ConfigGenerator in boofcv.structModifier and TypeClassDescriptionclassConfigGeneratorGrid<Config extends Configuration>Implementation ofConfigGeneratorthat samples the configuration space using a grid pattern.classConfigGeneratorPatternSearchBase<Config extends Configuration>Base class for searches which follow a repetable patternclassConfigGeneratorRandom<Config extends Configuration>Implementation ofConfigGeneratorthat randomly samples each parameter using a uniform distributionclassConfigGeneratorVector<Config extends Configuration>Implementation ofConfigGeneratorthat samples the configuration space using along each degree of freedom (a parameter) independently.