Package com.irurueta.geometry.estimators
Class LMedSPoint2DRobustEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.LMedSPoint2DRobustEstimatorTest
- All Implemented Interfaces:
Point2DRobustEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate intprivate intprivate static final intprivate static final doubleprivate static final intprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidcheckLocked(LMedSPoint2DRobustEstimator estimator) voidonEstimateEnd(Point2DRobustEstimator estimator) voidonEstimateNextIteration(Point2DRobustEstimator estimator, int iteration) voidonEstimateProgressChange(Point2DRobustEstimator estimator, float progress) voidonEstimateStart(Point2DRobustEstimator estimator) private voidreset()(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_RANDOM_VALUE
private static final double MIN_RANDOM_VALUE- See Also:
-
MAX_RANDOM_VALUE
private static final double MAX_RANDOM_VALUE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
MIN_LINES
private static final int MIN_LINES- See Also:
-
MAX_LINES
private static final int MAX_LINES- See Also:
-
STOP_THRESHOLD
private static final double STOP_THRESHOLD- See Also:
-
STD_ERROR
private static final double STD_ERROR- See Also:
-
PERCENTAGE_OUTLIER
private static final int PERCENTAGE_OUTLIER- See Also:
-
TIMES
private static final int TIMES- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd -
estimateNextIteration
private int estimateNextIteration -
estimateProgressChange
private int estimateProgressChange
-
-
Constructor Details
-
LMedSPoint2DRobustEstimatorTest
LMedSPoint2DRobustEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetThreshold
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testGetSetProgressDelta
- Throws:
LockedException
-
testGetSetConfidence
- Throws:
LockedException
-
testGetSetMaxIterations
- Throws:
LockedException
-
testGetSetLines
- Throws:
LockedException
-
testGetSetQualityScores
- Throws:
LockedException
-
testIsSetResultRefined
- Throws:
LockedException
-
testGetSetRefinementCoordinatesType
- Throws:
LockedException
-
testIsSetCovarianceKept
- Throws:
LockedException
-
testEstimateWithoutRefinement
@Test void testEstimateWithoutRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
testEstimateWithInhomogeneousRefinement
@Test void testEstimateWithInhomogeneousRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
testEstimateWithHomogeneousRefinement
@Test void testEstimateWithHomogeneousRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
onEstimateStart
- Specified by:
onEstimateStartin interfacePoint2DRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfacePoint2DRobustEstimatorListener
-
onEstimateNextIteration
- Specified by:
onEstimateNextIterationin interfacePoint2DRobustEstimatorListener
-
onEstimateProgressChange
- Specified by:
onEstimateProgressChangein interfacePoint2DRobustEstimatorListener
-
reset
private void reset() -
checkLocked
-