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 TypeClassDescriptionclassRobustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using LMedS algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using LMedS algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using MSAC algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using MSAC algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using PROMedS algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using PROMedS algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using PROSAC algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using PROSAC algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 2D positions and distances among the provided ones using RANSAC algorithm to discard outliers.classRobustly solves the lateration problem by finding the best pairs of 3D positions and distances among the provided ones using RANSAC algorithm to discard outliers.classThis is an abstract class to robustly solve the lateration problem by finding the best pairs of 2D positions and distances among the provided ones.classThis 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 TypeMethodDescriptionvoidRobustLaterationSolverListener.onSolveEnd(RobustLaterationSolver<P> solver) Called when solving ends.voidRobustLaterationSolverListener.onSolveNextIteration(RobustLaterationSolver<P> solver, int iteration) Called when solver iterates to refine a possible solution.voidRobustLaterationSolverListener.onSolveProgressChange(RobustLaterationSolver<P> solver, float progress) Called when solving progress changes significantly.voidRobustLaterationSolverListener.onSolveStart(RobustLaterationSolver<P> solver) Called when solving starts.