Package com.irurueta.geometry.estimators
Class MetricTransformation2DEstimatorTest
java.lang.Object
com.irurueta.geometry.estimators.MetricTransformation2DEstimatorTest
- All Implemented Interfaces:
MetricTransformation2DEstimatorListener
class MetricTransformation2DEstimatorTest
extends Object
implements MetricTransformation2DEstimatorListener
-
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(MetricTransformation2DEstimator estimator) voidonEstimateEnd(MetricTransformation2DEstimator estimator) voidonEstimateStart(MetricTransformation2DEstimator 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
-
MetricTransformation2DEstimatorTest
MetricTransformation2DEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetPoints
- Throws:
LockedException
-
testGetSetListener
- Throws:
LockedException
-
testIsSetWeakMinimumPointsAllowed
- Throws:
LockedException
-
testEstimateNoLMSE
@Test void testEstimateNoLMSE() throws NotReadyException, LockedException, CoincidentPointsException -
testEstimateLMSE
-
testEstimateColinear
@Test void testEstimateColinear() throws NotReadyException, LockedException, CoincidentPointsException -
onEstimateStart
- Specified by:
onEstimateStartin interfaceMetricTransformation2DEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEndin interfaceMetricTransformation2DEstimatorListener
-
reset
private void reset() -
checkLocked
-