Uses of Class
boofcv.io.fiducial.RandomDotDefinition
Packages that use RandomDotDefinition
-
Uses of RandomDotDefinition in boofcv.io.fiducial
Methods in boofcv.io.fiducial that return RandomDotDefinitionModifier and TypeMethodDescriptionstatic RandomDotDefinitionFiducialIO.loadRandomDotYaml(File file) static RandomDotDefinitionFiducialIO.loadRandomDotYaml(Reader reader) Loads a Uchiya definition file from a BoofCV yaml documentstatic RandomDotDefinitionFiducialIO.loadRandomDotYaml(URL url) Methods in boofcv.io.fiducial with parameters of type RandomDotDefinitionModifier and TypeMethodDescriptionstatic voidFiducialIO.saveRandomDotYaml(RandomDotDefinition definition, File file) SeeFiducialIO.saveRandomDotYaml(RandomDotDefinition, Writer)but to a file.static voidFiducialIO.saveRandomDotYaml(RandomDotDefinition definition, Writer outputWriter) Saves a Uchiya definition in BoofCV YAML format.