Uses of Class
com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor.IntervalDetectorThresholdFactorOptimizer
Packages that use IntervalDetectorThresholdFactorOptimizer
-
Uses of IntervalDetectorThresholdFactorOptimizer in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor
Subclasses of IntervalDetectorThresholdFactorOptimizer in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactorModifier and TypeClassDescriptionclass
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of magnetometer data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer data based on results of calibration.class
Optimizes the threshold factor for interval detection of accelerometer and gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of magnetometer data based on results of calibration.class
Optimizes the threshold factor for interval detection of gyroscope data based on results of calibration.class
Optimizes the threshold factor for interval detection of magnetometer data based on results of calibration.Methods in com.irurueta.navigation.inertial.calibration.intervals.thresholdfactor with parameters of type IntervalDetectorThresholdFactorOptimizerModifier and TypeMethodDescriptionvoid
IntervalDetectorThresholdFactorOptimizerListener.onOptimizeEnd
(IntervalDetectorThresholdFactorOptimizer<T, S> optimizer) Called when optimization ends.void
IntervalDetectorThresholdFactorOptimizerListener.onOptimizeProgressChange
(IntervalDetectorThresholdFactorOptimizer<T, S> optimizer, float progress) Called when optimization progress changes significantly.void
IntervalDetectorThresholdFactorOptimizerListener.onOptimizeStart
(IntervalDetectorThresholdFactorOptimizer<T, S> optimizer) Called when optimization starts.