Interface CalibrationStore
- All Known Implementing Classes:
CsvCameraOffsetCalibrationStore
public interface CalibrationStore
Represents a store of
CalibratedAxesProviders
identified by a key-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String calibrationKey) Test whether a calibration associated with the given key existsRetrieve the calibration associated with the given keydefault CalibratedAxesProvider
-
Method Details
-
get
Retrieve the calibration associated with the given key -
containsKey
Test whether a calibration associated with the given key exists -
getFallbackAxes
-