Uses of Class
boofcv.io.fiducial.RandomDotDefinition
-
Uses of RandomDotDefinition in boofcv.io.fiducial
Modifier and TypeMethodDescriptionstatic RandomDotDefinition
FiducialIO.loadRandomDotYaml
(File file) static RandomDotDefinition
FiducialIO.loadRandomDotYaml
(Reader reader) Loads a Uchiya definition file from a BoofCV yaml documentstatic RandomDotDefinition
FiducialIO.loadRandomDotYaml
(URL url) Modifier and TypeMethodDescriptionstatic void
FiducialIO.saveRandomDotYaml
(RandomDotDefinition definition, File file) SeeFiducialIO.saveRandomDotYaml(RandomDotDefinition, Writer)
but to a file.static void
FiducialIO.saveRandomDotYaml
(RandomDotDefinition definition, Writer outputWriter) Saves a Uchiya definition in BoofCV YAML format.