Class KruppaDualImageOfAbsoluteConicEstimatorTest
java.lang.Object
com.irurueta.ar.calibration.estimators.KruppaDualImageOfAbsoluteConicEstimatorTest
- All Implemented Interfaces:
KruppaDualImageOfAbsoluteConicEstimatorListener
class KruppaDualImageOfAbsoluteConicEstimatorTest
extends Object
implements KruppaDualImageOfAbsoluteConicEstimatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final double
private int
private int
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final double
private static final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static void
void
void
private void
reset()
(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_FOCAL_LENGTH
private static final double MIN_FOCAL_LENGTH- See Also:
-
MAX_FOCAL_LENGTH
private static final double MAX_FOCAL_LENGTH- 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_ANGLE_DEGREES
private static final double MIN_ANGLE_DEGREES- See Also:
-
MAX_ANGLE_DEGREES
private static final double MAX_ANGLE_DEGREES- See Also:
-
MIN_ASPECT_RATIO
private static final double MIN_ASPECT_RATIO- See Also:
-
MAX_ASPECT_RATIO
private static final double MAX_ASPECT_RATIO- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
TIMES
private static final int TIMES- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd
-
-
Constructor Details
-
KruppaDualImageOfAbsoluteConicEstimatorTest
KruppaDualImageOfAbsoluteConicEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetPrincipalPointX
@Test void testGetSetPrincipalPointX() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetPrincipalPointY
@Test void testGetSetPrincipalPointY() 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
-
testGetSetListener
@Test void testGetSetListener() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetFundamentalMatrixAndIsReady
@Test void testGetSetFundamentalMatrixAndIsReady() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testEstimateWithKnownAspectRatio
@Test void testEstimateWithKnownAspectRatio() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException- Throws:
com.irurueta.geometry.estimators.LockedException
com.irurueta.geometry.estimators.NotReadyException
com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException
-
testEstimateWithUnknownAspectRatio
@Test void testEstimateWithUnknownAspectRatio() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException- Throws:
com.irurueta.geometry.estimators.LockedException
com.irurueta.geometry.estimators.NotReadyException
com.irurueta.geometry.InvalidPinholeCameraIntrinsicParametersException
-
reset
private void reset() -
onEstimateStart
- Specified by:
onEstimateStart
in interfaceKruppaDualImageOfAbsoluteConicEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEnd
in interfaceKruppaDualImageOfAbsoluteConicEstimatorListener
-
checkLocked
-