Uses of Class
com.agisoft.metashape.Calibration.Type
| Package | Description |
|---|---|
| com.agisoft.metashape |
-
Uses of Calibration.Type in com.agisoft.metashape
Methods in com.agisoft.metashape that return Calibration.Type Modifier and Type Method Description Calibration.TypeSensor. getCameraModel()Sensor projection model.Calibration.TypeCalibration. getType()Camera model.static Calibration.TypeCalibration.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Calibration.Type[]Calibration.Type. 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 Calibration.Type Modifier and Type Method Description voidSensor. setCameraModel(Calibration.Type type)Sensor projection model.voidCalibration. setType(Calibration.Type type)Camera model.