Class PROMedSRobustLateration3DSolverTest
java.lang.Object
com.irurueta.navigation.lateration.PROMedSRobustLateration3DSolverTest
- All Implemented Interfaces:
RobustLaterationSolverListener<com.irurueta.geometry.Point3D>
class PROMedSRobustLateration3DSolverTest
extends Object
implements RobustLaterationSolverListener<com.irurueta.geometry.Point3D>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
private static final double
private static final double
private static final int
private static final double
private static final double
private static final int
private static final int
private int
private int
private int
private int
private static final double
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
void
onSolveEnd
(RobustLaterationSolver<com.irurueta.geometry.Point3D> solver) void
onSolveNextIteration
(RobustLaterationSolver<com.irurueta.geometry.Point3D> solver, int iteration) void
onSolveProgressChange
(RobustLaterationSolver<com.irurueta.geometry.Point3D> solver, float progress) void
onSolveStart
(RobustLaterationSolver<com.irurueta.geometry.Point3D> solver) private void
reset()
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_SPHERES
private static final int MIN_SPHERES- See Also:
-
MAX_SPHERES
private static final int MAX_SPHERES- See Also:
-
MIN_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
MIN_DISTANCE_ERROR
private static final double MIN_DISTANCE_ERROR- See Also:
-
MAX_DISTANCE_ERROR
private static final double MAX_DISTANCE_ERROR- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
PERCENTAGE_OUTLIERS
private static final int PERCENTAGE_OUTLIERS- See Also:
-
STD_OUTLIER_ERROR
private static final double STD_OUTLIER_ERROR- See Also:
-
solveStart
private int solveStart -
solveEnd
private int solveEnd -
solveNextIteration
private int solveNextIteration -
solveProgressChange
private int solveProgressChange
-
-
Constructor Details
-
PROMedSRobustLateration3DSolverTest
PROMedSRobustLateration3DSolverTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetStopThreshold
- Throws:
LockedException
-
testGetSetSpheres
- Throws:
LockedException
-
testGetSetSpheresAndStandardDeviations
- Throws:
LockedException
-
testGetSetPreliminarySubsetSize
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testGetSetInitialPosition
- Throws:
LockedException
-
testIsSetLinearSolverUsed
- Throws:
LockedException
-
testIsSetHomogeneousLinearSolverUsed
- Throws:
LockedException
-
testIsSetPreliminarySolutionRefined
- Throws:
LockedException
-
testGetSetProgressDelta
- Throws:
LockedException
-
testGetSetConfidence
- Throws:
LockedException
-
testGetSetMaxIterations
- Throws:
LockedException
-
testIsSetResultRefined
- Throws:
LockedException
-
testIsSetCovarianceKept
- Throws:
LockedException
-
testGetSetQualityScores
- Throws:
LockedException
-
testGetSetPositionsAndDistances
- Throws:
LockedException
-
testGetSetPositionsDistancesAndStandardDeviations
- Throws:
LockedException
-
testSolveNoInlierErrorNoRefinement
- Throws:
Exception
-
testSolveNoInlierErrorWithRefinement
- Throws:
Exception
-
testSolveWithInlierErrorWithRefinement
- Throws:
Exception
-
testSolveWithInlierErrorWithRefinementAndStandardDeviations
- Throws:
Exception
-
testSolveNoPreliminaryLinearSolver
- Throws:
Exception
-
testSolveInhomogeneousPreliminaryLinearSolver
- Throws:
Exception
-
testSolveHomogeneousPreliminaryLinearSolver
- Throws:
Exception
-
testSolveRefinePreliminarySolutions
- Throws:
Exception
-
testSolvePreliminarySolutionsNotRefined
- Throws:
Exception
-
testSolveNoPreliminaryLinearSolverAndNoPreliminarySolutionsRefinement
- Throws:
Exception
-
testSolveNoPreliminaryLinearSolverWithInitialPosition
- Throws:
Exception
-
testSolveLargerPreliminarySubsetSize
- Throws:
Exception
-
reset
private void reset()
-