Class DualAbsoluteQuadricEstimatorTest
java.lang.Object
com.irurueta.ar.calibration.estimators.DualAbsoluteQuadricEstimatorTest
- All Implemented Interfaces:
DualAbsoluteQuadricEstimatorListener
class DualAbsoluteQuadricEstimatorTest
extends Object
implements DualAbsoluteQuadricEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private static final double
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
onEstimateEnd
(DualAbsoluteQuadricEstimator estimator) void
onEstimateStart
(DualAbsoluteQuadricEstimator estimator) void
onEstimationProgressChange
(DualAbsoluteQuadricEstimator estimator, float progress) (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_ASPECT_RATIO
private static final double MIN_ASPECT_RATIO- See Also:
-
MAX_ASPECT_RATIO
private static final double MAX_ASPECT_RATIO- See Also:
-
-
Constructor Details
-
DualAbsoluteQuadricEstimatorTest
DualAbsoluteQuadricEstimatorTest()
-
-
Method Details
-
testCreate
@Test void testCreate() -
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
-
testIsSetFocalDistanceAspectRatioKnown
@Test void testIsSetFocalDistanceAspectRatioKnown() 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
-
testGetSetListener
@Test void testGetSetListener() -
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 interfaceDualAbsoluteQuadricEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEnd
in interfaceDualAbsoluteQuadricEstimatorListener
-
onEstimationProgressChange
- Specified by:
onEstimationProgressChange
in interfaceDualAbsoluteQuadricEstimatorListener
-