Package boofcv.io.fiducial
Class FiducialIO
java.lang.Object
boofcv.io.fiducial.FiducialIO
File IO for fiducials. Typically these functions are used to read definition files.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RandomDotDefinitionloadRandomDotYaml(File file) static RandomDotDefinitionloadRandomDotYaml(Reader reader) Loads a Uchiya definition file from a BoofCV yaml documentstatic RandomDotDefinitionloadRandomDotYaml(URL url) static voidsaveRandomDotYaml(RandomDotDefinition definition, File file) SeesaveRandomDotYaml(RandomDotDefinition, Writer)but to a file.static voidsaveRandomDotYaml(RandomDotDefinition definition, Writer outputWriter) Saves a Uchiya definition in BoofCV YAML format.
-
Constructor Details
-
FiducialIO
public FiducialIO()
-
-
Method Details
-
saveRandomDotYaml
SeesaveRandomDotYaml(RandomDotDefinition, Writer)but to a file. -
saveRandomDotYaml
Saves a Uchiya definition in BoofCV YAML format.- Parameters:
definition- Definition to be saved.outputWriter- Stream writer
-
loadRandomDotYaml
-
loadRandomDotYaml
-
loadRandomDotYaml
Loads a Uchiya definition file from a BoofCV yaml document- Parameters:
reader- Stream reader- Returns:
- UchiyaDefinition
-