Class ConfigKeyFrameManager

  • All Implemented Interfaces:
    boofcv.struct.Configuration, java.io.Serializable

    public class ConfigKeyFrameManager
    extends java.lang.Object
    implements boofcv.struct.Configuration
    Configuration for implementations of VisOdomKeyFrameManager
    See Also:
    Serialized Form
    • Field Detail

      • geoMinCoverage

        public double geoMinCoverage
        For MaxGeoKeyFrameManager only. When coverage drops below this number a new keyframe is created. 0.0 to 1.0
      • tickPeriod

        public int tickPeriod
        For TickTockKeyFrameManager only. Period at which new keyframes are created.
    • Constructor Detail

      • ConfigKeyFrameManager

        public ConfigKeyFrameManager()
    • Method Detail

      • checkValidity

        public void checkValidity()
        Specified by:
        checkValidity in interface boofcv.struct.Configuration