Class SingleHomographyPinholeCameraEstimatorTest
java.lang.Object
com.irurueta.ar.calibration.estimators.SingleHomographyPinholeCameraEstimatorTest
- All Implemented Interfaces:
SingleHomographyPinholeCameraEstimatorListener
class SingleHomographyPinholeCameraEstimatorTest
extends Object
implements SingleHomographyPinholeCameraEstimatorListener
-
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 int
private static final double
private static final int
private static final double
private static final double
private static final double
private static final int
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
-
Field Details
-
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_FOCAL_LENGTH
private static final double MIN_FOCAL_LENGTH- See Also:
-
MAX_FOCAL_LENGTH
private static final double MAX_FOCAL_LENGTH- 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_CAMERA_SEPARATION
private static final double MIN_CAMERA_SEPARATION- See Also:
-
MAX_CAMERA_SEPARATION
private static final double MAX_CAMERA_SEPARATION- See Also:
-
MIN_NUM_POINTS
private static final int MIN_NUM_POINTS- See Also:
-
MAX_NUM_POINTS
private static final int MAX_NUM_POINTS- See Also:
-
TIMES
private static final int TIMES- See Also:
-
MAX_TRIES
private static final int MAX_TRIES- See Also:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- See Also:
-
LARGE_ABSOLUTE_ERROR
private static final double LARGE_ABSOLUTE_ERROR- See Also:
-
estimateStart
private int estimateStart -
estimateEnd
private int estimateEnd
-
-
Constructor Details
-
SingleHomographyPinholeCameraEstimatorTest
SingleHomographyPinholeCameraEstimatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetFocalDistanceAspectRatio
@Test void testGetSetFocalDistanceAspectRatio() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetHomographyAndIsReady
@Test void testGetSetHomographyAndIsReady() 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
-
testEstimate
@Test void testEstimate() throws com.irurueta.algebra.AlgebraException, com.irurueta.geometry.GeometryException- Throws:
com.irurueta.algebra.AlgebraException
com.irurueta.geometry.GeometryException
-
onEstimateStart
- Specified by:
onEstimateStart
in interfaceSingleHomographyPinholeCameraEstimatorListener
-
onEstimateEnd
- Specified by:
onEstimateEnd
in interfaceSingleHomographyPinholeCameraEstimatorListener
-
reset
private void reset() -
checkLocked
-