Uses of Enum
com.agisoft.metashape.Calibration.Type
Packages that use Calibration.Type
-
Uses of Calibration.Type in com.agisoft.metashape
Methods in com.agisoft.metashape that return Calibration.TypeModifier and TypeMethodDescriptionSensor.getCameraModel()Sensor projection model.Calibration.getType()Camera model.static Calibration.TypeReturns 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.TypeModifier and TypeMethodDescriptionvoidSensor.setCameraModel(Calibration.Type type) Sensor projection model.voidCalibration.setType(Calibration.Type type) Camera model.