Uses of Class
com.irurueta.navigation.lateration.RobustLaterationSolver
Packages that use RobustLaterationSolver
Package
Description
Contains classes to estimate positions when intersecting circles or spheres by using the lateration algorithm.
-
Uses of RobustLaterationSolver in com.irurueta.navigation.lateration
Subclasses of RobustLaterationSolver in com.irurueta.navigation.laterationModifier and TypeClassDescriptionclass
Robustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using LMedS algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using LMedS algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using MSAC algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using MSAC algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using PROMedS algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using PROMedS algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using PROSAC algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using PROSAC algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using RANSAC algorithm to discard outliers.class
Robustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using RANSAC algorithm to discard outliers.class
This is an abstract class to robustly solve the lateration problem by finding the best pairs of 2D positions and distances among the provided ones.class
This is an abstract class to robustly solve the lateration problem by finding the best pairs of 3D positions and distances among the provided ones.Methods in com.irurueta.navigation.lateration with parameters of type RobustLaterationSolverModifier and TypeMethodDescriptionvoid
RobustLaterationSolverListener.onSolveEnd
(RobustLaterationSolver<P> solver) Called when solving ends.void
RobustLaterationSolverListener.onSolveNextIteration
(RobustLaterationSolver<P> solver, int iteration) Called when solver iterates to refine a possible solution.void
RobustLaterationSolverListener.onSolveProgressChange
(RobustLaterationSolver<P> solver, float progress) Called when solving progress changes significantly.void
RobustLaterationSolverListener.onSolveStart
(RobustLaterationSolver<P> solver) Called when solving starts.