Package com.irurueta.geometry.estimators
Class PROSACEuclideanTransformation2DRobustEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.PROSACEuclideanTransformation2DRobustEstimatorTest
- All Implemented Interfaces:
EuclideanTransformation2DRobustEstimatorListener
class PROSACEuclideanTransformation2DRobustEstimatorTest
extends Object
implements EuclideanTransformation2DRobustEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate intprivate intprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final intprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidvoidvoidonEstimateNextIteration(EuclideanTransformation2DRobustEstimator estimator, int iteration) voidonEstimateProgressChange(EuclideanTransformation2DRobustEstimator 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) 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:
-
MIN_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
MIN_TRANSLATION
private static final double MIN_TRANSLATION- See Also:
-
MAX_TRANSLATION
private static final double MAX_TRANSLATION- See Also:
-
THRESHOLD
private static final double THRESHOLD- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
STD_ERROR
private static final double STD_ERROR- See Also:
-
MIN_SCORE_ERROR
private static final double MIN_SCORE_ERROR- See Also:
-
MAX_SCORE_ERROR
private static final double MAX_SCORE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
MIN_POINTS
private static final int MIN_POINTS- See Also:
-
MAX_POINTS
private static final int MAX_POINTS- 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
-
PROSACEuclideanTransformation2DRobustEstimatorTest
PROSACEuclideanTransformation2DRobustEstimatorTest()
-
-
Method Details
-
testConstants
@Test void testConstants() -
testConstructor
@Test void testConstructor() -
testGetSetStopThreshold
- Throws:
LockedException
-
testGetSetConfidence
- Throws:
LockedException
-
testGetSetMaxIterations
- Throws:
LockedException
-
testGetSetPointsAndIsReady
- Throws:
LockedException
-
testGetSetListenerAndIsListenerAvailable
- Throws:
LockedException
-
testIsSetWeakMinimumPointsAllowed
- Throws:
LockedException
-
testGetSetProgressDelta
- Throws:
LockedException
-
testIsSetResultRefined
- Throws:
LockedException
-
testIsSetCovarianceKept
- Throws:
LockedException
-
testIsSetComputeAndKeepInliersEnabled
- Throws:
LockedException
-
testIsSetComputeAndKeepResidualsEnabled
- Throws:
LockedException
-
testEstimateWithoutRefinement
@Test void testEstimateWithoutRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
testEstimateColinearWithoutRefinement
@Test void testEstimateColinearWithoutRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
testEstimateWithRefinement
@Test void testEstimateWithRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
testEstimateColinearWithRefinement
@Test void testEstimateColinearWithRefinement() throws LockedException, NotReadyException, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
LockedExceptionNotReadyExceptioncom.irurueta.numerical.robust.RobustEstimatorException
-
onEstimateStart
- Specified by:
onEstimateStartin interfaceEuclideanTransformation2DRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceEuclideanTransformation2DRobustEstimatorListener
-
onEstimateNextIteration
public void onEstimateNextIteration(EuclideanTransformation2DRobustEstimator estimator, int iteration) - Specified by:
onEstimateNextIterationin interfaceEuclideanTransformation2DRobustEstimatorListener
-
onEstimateProgressChange
public void onEstimateProgressChange(EuclideanTransformation2DRobustEstimator estimator, float progress) - Specified by:
onEstimateProgressChangein interfaceEuclideanTransformation2DRobustEstimatorListener
-
reset
private void reset() -
checkLocked
-