Uses of Enum
com.agisoft.metashape.CalibrationFormat
Packages that use CalibrationFormat
-
Uses of CalibrationFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return CalibrationFormatModifier and TypeMethodDescriptionstatic CalibrationFormatReturns the enum constant of this type with the specified name.static CalibrationFormat[]CalibrationFormat.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.agisoft.metashape with parameters of type CalibrationFormatModifier and TypeMethodDescriptionvoidCalibration.load(String path, CalibrationFormat format) Load calibration from file.voidCalibration.save(String path, CalibrationFormat format, String label, Vector2d pixel_size, double focal_length, double cx, double cy) Save calibration to file.