public class CVReconstruction3dTest
extends java.lang.Object
Constructor and Description |
---|
CVReconstruction3dTest() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args) |
static void |
testEssentialRelativeTransformEstimation()
Estimates relative transforms given a set of camera matrices
|
static void |
testFundamentalEstimation()
Computes and estimates fundamental matrix given a set of points
|
static void |
testFundamentalMatrix()
Tests construction of the fundamental matrix
|
static void |
testHomogeneousReconstruction() |
static void |
testReconstructionTransformEstimation()
Generates two cameras and a set of points, then attempts to reconstruct the relative
transform between them.
|
public static void testFundamentalEstimation()
public static void testEssentialRelativeTransformEstimation()
public static void testFundamentalMatrix()
public static void testHomogeneousReconstruction()
public static void testReconstructionTransformEstimation()
public static void main(java.lang.String[] args)