Package com.irurueta.geometry.estimators
Class LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimatorTest
- All Implemented Interfaces:
AffineTransformation3DRobustEstimatorListener
class LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimatorTest
extends Object
implements AffineTransformation3DRobustEstimatorListener
-
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 double -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidonEstimateNextIteration(AffineTransformation3DRobustEstimator estimator, int iteration) voidonEstimateProgressChange(AffineTransformation3DRobustEstimator estimator, float progress) voidprivate 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) voidprivate static 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_PLANES
private static final int MIN_PLANES- See Also:
-
MAX_PLANES
private static final int MAX_PLANES- 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:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd -
estimateNextIteration
private int estimateNextIteration -
estimateProgressChange
private int estimateProgressChange
-
-
Constructor Details
-
LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimatorTest
LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetThreshold
- Throws:
LockedException
-
testGetSetConfidence
- Throws:
LockedException
-
testGetSetMaxIterations
- Throws:
LockedException
-
testGetSetPlanesAndIsReady
- Throws:
LockedException
-
testGetSetListenerAndIsListenerAvailable
- Throws:
LockedException
-
testGetSetProgressDelta
- Throws:
LockedException
-
testIsSetResultRefined
- Throws:
LockedException
-
testIsSetCovarianceKept
- Throws:
LockedException
-
testEstimateWithoutRefinement
@Test void testEstimateWithoutRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException, com.irurueta.algebra.AlgebraException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorExceptioncom.irurueta.algebra.AlgebraException
-
testEstimateWithRefinement
@Test void testEstimateWithRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException, com.irurueta.algebra.AlgebraException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorExceptioncom.irurueta.algebra.AlgebraException
-
reset
private void reset() -
onEstimateStart
- Specified by:
onEstimateStartin interfaceAffineTransformation3DRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceAffineTransformation3DRobustEstimatorListener
-
onEstimateNextIteration
- Specified by:
onEstimateNextIterationin interfaceAffineTransformation3DRobustEstimatorListener
-
onEstimateProgressChange
public void onEstimateProgressChange(AffineTransformation3DRobustEstimator estimator, float progress) - Specified by:
onEstimateProgressChangein interfaceAffineTransformation3DRobustEstimatorListener
-
testLocked
private static void testLocked(LMedSPlaneCorrespondenceAffineTransformation3DRobustEstimator estimator)
-