Package com.irurueta.ar.sfm
Class LMedSRobustSinglePoint3DTriangulatorTest
java.lang.Object
com.irurueta.ar.sfm.LMedSRobustSinglePoint3DTriangulatorTest
- All Implemented Interfaces:
RobustSinglePoint3DTriangulatorListener
class LMedSRobustSinglePoint3DTriangulatorTest
extends Object
implements RobustSinglePoint3DTriangulatorListener
-
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 double
private static final double
private static final double
private static final int
private int
private int
private int
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkLocked
(LMedSRobustSinglePoint3DTriangulator triangulator) void
onTriangulateEnd
(RobustSinglePoint3DTriangulator triangulator) void
onTriangulateNextIteration
(RobustSinglePoint3DTriangulator triangulator, int iteration) void
onTriangulateProgressChange
(RobustSinglePoint3DTriangulator triangulator, float progress) void
onTriangulateStart
(RobustSinglePoint3DTriangulator triangulator) 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
(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:
-
PERCENTAGE_OUTLIERS
private static final double PERCENTAGE_OUTLIERS- See Also:
-
STD_ERROR
private static final double STD_ERROR- See Also:
-
STOP_THRESHOLD
private static final double STOP_THRESHOLD- See Also:
-
TIMES
private static final int TIMES- See Also:
-
triangulateStart
private int triangulateStart -
triangulateEnd
private int triangulateEnd -
triangulateNextIteration
private int triangulateNextIteration -
triangulateProgressChange
private int triangulateProgressChange
-
-
Constructor Details
-
LMedSRobustSinglePoint3DTriangulatorTest
LMedSRobustSinglePoint3DTriangulatorTest()
-
-
Method Details
-
testConstructor
@Test void testConstructor() -
testGetSetStopThreshold
@Test void testGetSetStopThreshold() 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
-
testIsSetUseHomogeneousSolution
@Test void testIsSetUseHomogeneousSolution() 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
-
testGetSetPointsAndCamerasAndIsReady
@Test void testGetSetPointsAndCamerasAndIsReady() throws com.irurueta.geometry.estimators.LockedException- Throws:
com.irurueta.geometry.estimators.LockedException
-
testGetSetQualityScores
@Test void testGetSetQualityScores() 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, com.irurueta.numerical.robust.RobustEstimatorException- Throws:
com.irurueta.geometry.estimators.LockedException
com.irurueta.geometry.estimators.NotReadyException
com.irurueta.numerical.robust.RobustEstimatorException
-
onTriangulateStart
- Specified by:
onTriangulateStart
in interfaceRobustSinglePoint3DTriangulatorListener
-
onTriangulateEnd
- Specified by:
onTriangulateEnd
in interfaceRobustSinglePoint3DTriangulatorListener
-
onTriangulateNextIteration
- Specified by:
onTriangulateNextIteration
in interfaceRobustSinglePoint3DTriangulatorListener
-
onTriangulateProgressChange
public void onTriangulateProgressChange(RobustSinglePoint3DTriangulator triangulator, float progress) - Specified by:
onTriangulateProgressChange
in interfaceRobustSinglePoint3DTriangulatorListener
-
reset
private void reset() -
checkLocked
-