Uses of Class
com.agisoft.metashape.CalibrationFormat
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of CalibrationFormat in com.agisoft.metashape
Methods in com.agisoft.metashape that return CalibrationFormat Modifier and Type Method Description static CalibrationFormatCalibrationFormat. valueOf(String name)Returns 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 CalibrationFormat Modifier and Type Method Description voidCalibration. 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.