Interface CalibrationStore

All Known Implementing Classes:
CsvCameraOffsetCalibrationStore

public interface CalibrationStore
Represents a store of CalibratedAxesProviders identified by a key
  • Method Details

    • get

      CalibratedAxesProvider get(String calibrationKey)
      Retrieve the calibration associated with the given key
    • containsKey

      boolean containsKey(String calibrationKey)
      Test whether a calibration associated with the given key exists
    • getFallbackAxes

      default CalibratedAxesProvider getFallbackAxes()