Package com.irurueta.ar.sfm
Class LMSEInhomogeneousSinglePoint3DTriangulatorTest
java.lang.Object
com.irurueta.ar.sfm.LMSEInhomogeneousSinglePoint3DTriangulatorTest
- All Implemented Interfaces:
SinglePoint3DTriangulatorListener
class LMSEInhomogeneousSinglePoint3DTriangulatorTest
extends Object
implements SinglePoint3DTriangulatorListener
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate 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
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
private static final int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkLocked
(LMSEInhomogeneousSinglePoint3DTriangulator triangulator) void
onTriangulateEnd
(SinglePoint3DTriangulator triangulator) void
onTriangulateStart
(SinglePoint3DTriangulator triangulator) private void
reset()
(package private) void
(package private) void
(package private) void
(package private) void
(package private) void
-
Field Details
-
MIN_VIEWS
private static final int MIN_VIEWS- See Also:
-
MAX_VIEWS
private static final int MAX_VIEWS- 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:
-
ABSOLUTE_ERROR
private static final double ABSOLUTE_ERROR- 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_SKEWNESS
private static final double MIN_SKEWNESS- See Also:
-
MAX_SKEWNESS
private static final double MAX_SKEWNESS- See Also:
-
MIN_PRINCIPAL_POINT
private static final double MIN_PRINCIPAL_POINT- See Also:
-
MAX_PRINCIPAL_POINT
private static final double MAX_PRINCIPAL_POINT- 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:
-
TIMES
private static final int TIMES- See Also:
-
triangulateStart
private int triangulateStart -
triangulateEnd
private int triangulateEnd
-
-
Constructor Details
-
LMSEInhomogeneousSinglePoint3DTriangulatorTest
LMSEInhomogeneousSinglePoint3DTriangulatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testIsSetLMSeSolutionAllowed
@Test void testIsSetLMSeSolutionAllowed() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetPointsAndCameras
@Test void testGetSetPointsAndCameras() 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
-
testTriangulate
@Test void testTriangulate() throws com.irurueta.geometry.estimators.LockedException, com.irurueta.geometry.estimators.NotReadyException, Point3DTriangulationException- Throws:
com.irurueta.geometry.estimators.LockedException
com.irurueta.geometry.estimators.NotReadyException
Point3DTriangulationException
-
onTriangulateStart
- Specified by:
onTriangulateStart
in interfaceSinglePoint3DTriangulatorListener
-
onTriangulateEnd
- Specified by:
onTriangulateEnd
in interfaceSinglePoint3DTriangulatorListener
-
reset
private void reset() -
checkLocked
-