|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
sugr.test.ProjectiveCameraTest
Field Summary | |
int |
MAXITER
|
Constructor Summary | |
ProjectiveCameraTest(java.lang.String arg0)
Constructor for ProjectiveCameraTest. |
Method Summary | |
void |
testGetCalibrationMatrix()
Test for Matrix getCalibrationMatrix() |
void |
testGetDegreesOfFreedom()
Test for int getDegreeOfFreedom() |
void |
testGetDimCol()
Test for int GetDimCol() |
void |
testGetDimRow()
Test for int getDimRow() |
void |
testGetDualLineMatrix()
Test for Matrix getDualLineMatrix() |
void |
testGetInversePointMatrix()
Test for Matrix getInversePointMatrix(Vector) |
void |
testGetJacobianAfterFirst()
Test for Matrix getJacobianAfterFirst() |
void |
testGetJacobianAfterSecond()
Test for Matrix getJacobianAfterSecond() |
void |
testGetLineMatrix()
Test for Matrix getLineMatrix() |
void |
testGetPointMatrix()
Test for Matrix getPointMatrix() |
void |
testGetPrincipalPlane()
Test for Plane_3D getPrincipalPlane |
void |
testGetProjectionCenter()
Test for Point_3D getProjectionCenter() |
void |
testGetRotationMatrix()
Test for Matrix getRotationMatrix() |
void |
testProjectiveCamera()
Test for void ProjectiveCamera() |
void |
testProjectiveCameradouble()
Test for void ProjectiveCamera(double) |
void |
testProjectiveCameradoubleArray()
Test for void ProjectiveCamera(double[]) |
void |
testProjectiveCameradoubleArrayMatrix()
Test for void ProjectiveCamera(double[], Matrix) |
void |
testProjectiveCameradoubledoubledouble()
Test for void ProjectiveCamera(double, double, double) |
void |
testProjectiveCameradoubledoubledoubledoubledouble()
Test for void ProjectiveCamera(double, double, double, double, double) |
void |
testProjectiveCameradoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledouble()
Test for void ProjectiveCamera(double, double, double, double, double, double, double, double, double, double, double, double) |
void |
testProjectiveCameradoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleMatrix()
Test for void ProjectiveCamera(double, double, double, double, double, double, double, double, double, double, double, double, Matrix) |
void |
testProjectiveCameradoubledoubledoubledoubledoubleMatrix()
Test for void ProjectiveCamera(double, double, double, double, double, Matrix) |
void |
testProjectiveCameradoubledoubledoubleMatrix()
Test for void ProjectiveCamera(double, double, double, Matrix) |
void |
testProjectiveCameradoubleMatrix()
Test for void ProjectiveCamera(double, Matrix) |
void |
testProjectiveCameraMatrix()
Test for void ProjectiveCamera(Matrix) |
void |
testProjectiveCameraMatrixMatrix()
Test for void ProjectiveCamera(Matrix, Matrix) |
void |
testProjectiveCameraMatrixMatrixMatrix()
Test for void ProjectiveCamera(Matrix, Matrix, Matrix) |
void |
testProjectiveCameraMatrixMotion_3D()
Test for void ProjectiveCamera(Matrix, Motion_3D) |
void |
testProjectiveCameraMatrixMotion_3DMatrix()
Test for void ProjectiveCamera(Matrix, Motion_3D, Matrix) |
void |
testProjectiveCameraMotion_3D()
Test for void ProjectiveCamera(Motion_3D) |
void |
testProjectiveCameraMotion_3DMatrix()
Test for void ProjectiveCamera(Motion_3D, Matrix) |
void |
testProjectiveCameraReader()
Test for void ProjectiveCamera(Reader) |
void |
testProjectiveCameraTranslation_3DRotation_3D()
Test for void ProjectiveCamera(Translation_3D, Rotation_3D) |
void |
testProjectiveCameraTranslation_3DRotation_3DMatrix()
Test for void ProjectiveCamera(Translation_3D, Rotation_3D, Matrix) |
void |
testSwapRC()
Test for void swapRC() |
void |
testTransformEntity()
Test for Entity transform(Entity) No test needed as submethods are used only |
void |
testTransformLine_2D()
Test for Plane_3D transform(Line_2D) |
void |
testTransformLine_3D()
Test for Line_2D transform(Line_3D) |
void |
testTransformPoint_2D()
Test for Line_3D transform(Point_2D) |
void |
testTransformPoint_3D()
Test for Point_2D transform(Point_3D) |
Methods inherited from class junit.framework.TestCase |
countTestCases, getName, run, run, runBare, setName, toString |
Methods inherited from class junit.framework.Assert |
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public int MAXITER
Constructor Detail |
public ProjectiveCameraTest(java.lang.String arg0)
arg0
- Method Detail |
public void testGetDegreesOfFreedom()
public void testTransformEntity()
public void testGetDimRow()
public void testGetDimCol()
public void testGetJacobianAfterFirst()
public void testGetJacobianAfterSecond()
public void testProjectiveCamera()
public void testProjectiveCameraMatrix()
public void testProjectiveCameraReader()
public void testProjectiveCameraMatrixMatrix()
public void testProjectiveCameraMatrixMatrixMatrix()
public void testProjectiveCameraMotion_3D()
public void testProjectiveCameraMotion_3DMatrix()
public void testProjectiveCameraMatrixMotion_3D()
public void testProjectiveCameraMatrixMotion_3DMatrix()
public void testProjectiveCameradoubledoubledoubledoubledouble()
public void testProjectiveCameradoubledoubledoubledoubledoubleMatrix()
public void testProjectiveCameraTranslation_3DRotation_3D()
public void testProjectiveCameraTranslation_3DRotation_3DMatrix()
public void testProjectiveCameradoubleArray()
public void testProjectiveCameradoubleArrayMatrix()
public void testProjectiveCameradouble()
public void testProjectiveCameradoubleMatrix()
public void testProjectiveCameradoubledoubledouble()
public void testProjectiveCameradoubledoubledoubleMatrix()
public void testProjectiveCameradoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledouble()
public void testProjectiveCameradoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubledoubleMatrix()
public void testGetPointMatrix()
public void testGetLineMatrix()
public void testGetDualLineMatrix()
public void testSwapRC()
public void testGetInversePointMatrix()
public void testGetRotationMatrix()
public void testGetCalibrationMatrix()
public void testGetPrincipalPlane()
public void testGetProjectionCenter()
public void testTransformPoint_2D()
public void testTransformLine_2D()
public void testTransformPoint_3D()
public void testTransformLine_3D()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |