Class RANSACRobustLateration2DSolverTest
java.lang.Object
com.irurueta.navigation.lateration.RANSACRobustLateration2DSolverTest
- All Implemented Interfaces:
RobustLaterationSolverListener<com.irurueta.geometry.Point2D>
class RANSACRobustLateration2DSolverTest
extends Object
implements RobustLaterationSolverListener<com.irurueta.geometry.Point2D>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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 double
private static final double
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.Point2D> solver) void
onSolveNextIteration
(RobustLaterationSolver<com.irurueta.geometry.Point2D> solver, int iteration) void
onSolveProgressChange
(RobustLaterationSolver<com.irurueta.geometry.Point2D> solver, float progress) void
onSolveStart
(RobustLaterationSolver<com.irurueta.geometry.Point2D> 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
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_CIRCLES
private static final int MIN_CIRCLES- See Also:
-
MAX_CIRCLES
private static final int MAX_CIRCLES- 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
-
RANSACRobustLateration2DSolverTest
RANSACRobustLateration2DSolverTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetThreshold
- Throws:
LockedException
-
testIsSetComputeAndKeepInliersEnabled
- Throws:
LockedException
-
testIsSetComputeAndKeepResidualsEnabled
- Throws:
LockedException
-
testGetSetCircles
- Throws:
LockedException
-
testGetSetCirclesAndStandardDeviations
- 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
-
testSolveNoInlierErrorNoRefinementNoInlierDataAndNoResiduals
- Throws:
Exception
-
testSolveNoInlierErrorNoRefinementNoInlierDataAndWithResiduals
- Throws:
Exception
-
testSolveNoInlierErrorNoRefinementWithInlierDataAndNoResiduals
- Throws:
Exception
-
testSolveNoInlierErrorNoRefinementWithInlierDataAndWithResiduals
- Throws:
Exception
-
testSolveNoInlierErrorWithRefinementNoInlierDataAndNoResiduals
- Throws:
Exception
-
testSolveNoInlierErrorWithRefinementNoInlierDataAndWithResiduals
- Throws:
Exception
-
testSolveNoInlierErrorWithRefinementWithInlierDataAndWithResiduals
- Throws:
Exception
-
testSolveWithInlierErrorWithRefinementWithInlierDataAndWithResiduals
- Throws:
Exception
-
testSolveWithInlierErrorWithRefinementWithInlierDataWithResidualsAndStandardDeviations
@Test void testSolveWithInlierErrorWithRefinementWithInlierDataWithResidualsAndStandardDeviations() throws Exception- 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()
-