Class DualAbsoluteQuadricRobustEstimatorTest
java.lang.Object
com.irurueta.ar.calibration.estimators.DualAbsoluteQuadricRobustEstimatorTest
- All Implemented Interfaces:
DualAbsoluteQuadricRobustEstimatorListener
class DualAbsoluteQuadricRobustEstimatorTest
extends Object
implements DualAbsoluteQuadricRobustEstimatorListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onEstimateEnd
(DualAbsoluteQuadricRobustEstimator estimator) void
onEstimateNextIteration
(DualAbsoluteQuadricRobustEstimator estimator, int iteration) void
onEstimateProgressChange
(DualAbsoluteQuadricRobustEstimator estimator, float progress) 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
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Constructor Details
-
DualAbsoluteQuadricRobustEstimatorTest
DualAbsoluteQuadricRobustEstimatorTest()
-
-
Method Details
-
testCreateWithMethod
@Test void testCreateWithMethod() -
testCreateWithCamerasQualityScoresAndMethod
@Test void testCreateWithCamerasQualityScoresAndMethod() -
testCreateWithCamerasAndMethod
@Test void testCreateWithCamerasAndMethod() -
testCreateDefaultMethod
@Test void testCreateDefaultMethod() -
testCreateWithCamerasQualityScoresAndDefaultMethod
@Test void testCreateWithCamerasQualityScoresAndDefaultMethod() -
testCreateWithCamerasAndDefaultMethod
@Test void testCreateWithCamerasAndDefaultMethod() -
testIsSetZeroSkewness
@Test void testIsSetZeroSkewness() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testIsSetPrincipalPointAtOrigin
@Test void testIsSetPrincipalPointAtOrigin() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testIsFocalDistanceAspectRatioKnown
@Test void testIsFocalDistanceAspectRatioKnown() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetFocalDistanceAspectRatio
@Test void testGetSetFocalDistanceAspectRatio() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testIsSetSingularityEnforced
@Test void testIsSetSingularityEnforced() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testIsSetEnforcedSingularityValidated
@Test void testIsSetEnforcedSingularityValidated() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetDeterminantThreshold
@Test void testGetSetDeterminantThreshold() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetListenerAndIsListenerAvailable
@Test void testGetSetListenerAndIsListenerAvailable() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetProgressDelta
@Test void testGetSetProgressDelta() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetConfidence
@Test void testGetSetConfidence() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetMaxIterations
@Test void testGetSetMaxIterations() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetCameras
@Test void testGetSetCameras() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetMinNumberOfRequiredCameras
@Test void testGetMinNumberOfRequiredCameras() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testAreValidConstraints
@Test void testAreValidConstraints() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testIsReady
@Test void testIsReady() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
onEstimateStart
- Specified by:
onEstimateStart
in interfaceDualAbsoluteQuadricRobustEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEnd
in interfaceDualAbsoluteQuadricRobustEstimatorListener
-
onEstimateNextIteration
- Specified by:
onEstimateNextIteration
in interfaceDualAbsoluteQuadricRobustEstimatorListener
-
onEstimateProgressChange
- Specified by:
onEstimateProgressChange
in interfaceDualAbsoluteQuadricRobustEstimatorListener
-