Package com.irurueta.geometry.estimators
Class MetricTransformation3DEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.MetricTransformation3DEstimatorTest
- All Implemented Interfaces:
MetricTransformation3DEstimatorListener
class MetricTransformation3DEstimatorTest
extends Object
implements MetricTransformation3DEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final doubleprivate intprivate intprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final doubleprivate static final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidcheckLocked(MetricTransformation3DEstimator estimator) voidonEstimateEnd(MetricTransformation3DEstimator estimator) voidonEstimateStart(MetricTransformation3DEstimator estimator) private voidreset()(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
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:
-
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_SCALE
private static final double MIN_SCALE- See Also:
-
MAX_SCALE
private static final double MAX_SCALE- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd
-
-
Constructor Details
-
MetricTransformation3DEstimatorTest
MetricTransformation3DEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetPoints
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testIsSetWeakMinimumPointsAllowed
- Throws:
LockedException
-
testEstimateNoLMSE
@Test void testEstimateNoLMSE() throws NotReadyException, LockedException, CoincidentPointsException -
testEstimateLMSE
-
testEstimatePlanar
@Test void testEstimatePlanar() throws NotReadyException, LockedException, CoincidentPointsException -
reset
private void reset() -
onEstimateStart
- Specified by:
onEstimateStartin interfaceMetricTransformation3DEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceMetricTransformation3DEstimatorListener
-
checkLocked
-