8 #ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_JLINKAGE_H
9 #define META_OCEAN_TEST_TESTGEOMETRY_TEST_JLINKAGE_H
19 namespace TestGeometry
63 template <LinkageMethod tLinkageType>
72 template <LinkageMethod tLinkageType>
81 template <LinkageMethod tLinkageType>
90 template <LinkageMethod tLinkageType>
This class implements homography tests using J-Linkage.
Definition: TestJLinkage.h:27
static bool testFaultlessMultipleHomography(const double testDuration)
Tests multiple faultless homographies.
static bool testJLinkage(const double testDuration)
Tests all J-Linkage functions.
static bool testFaultlessSingleHomography(const double testDuration)
Tests a single faultless homography.
LinkageMethod
Definition of the linkage method.
Definition: TestJLinkage.h:34
@ LM_JLINKAGE
JLinkage method.
Definition: TestJLinkage.h:36
static bool testTLinkage(const double testDuration)
Tests all T-Linkage functions.
static bool testFaultlessNoisedSingleHomography(const double testDuration)
Tests the 3D planar 2D-2D homography.
static bool testFaultlessLines(const double testDuration)
Tests multiple faultless lines.
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15