Class SlamSparseReconstructorConfiguration

All Implemented Interfaces:
Serializable

public class SlamSparseReconstructorConfiguration extends BaseSlamSparseReconstructorConfiguration<SlamCalibrationData,SlamSparseReconstructorConfiguration> implements Serializable
Contains configuration for a multiple view sparse re-constructor using SLAM (Simultaneous Location And Mapping) to determine the scale of the scene (i.e. the baseline or separation between initial cameras) by fusing both camera data and data from sensors like an accelerometer or gyroscope. This configuration assumes that an orientation relative to the first view will be estimated.
See Also:
  • Constructor Details

    • SlamSparseReconstructorConfiguration

      public SlamSparseReconstructorConfiguration()
  • Method Details

    • make

      Creates an instance of a multiple views sparse re-constructor configuration with slam estimation.
      Returns:
      configuration instance.