8#ifndef META_OCEAN_TEST_TESTGEOMETRY_TEST_JLINKAGE_H
9#define META_OCEAN_TEST_TESTGEOMETRY_TEST_JLINKAGE_H
67 template <LinkageMethod tLinkageType>
76 template <LinkageMethod tLinkageType>
85 template <LinkageMethod tLinkageType>
94 template <LinkageMethod tLinkageType>
This class implements homography tests using J-Linkage.
Definition TestJLinkage.h:29
static bool testFaultlessMultipleHomography(const double testDuration)
Tests multiple faultless homographies.
static bool testJLinkage(const double testDuration, const TestSelector &selector)
Tests all J-Linkage functions.
static bool testTLinkage(const double testDuration, const TestSelector &selector)
Tests all T-Linkage functions.
static bool testFaultlessSingleHomography(const double testDuration)
Tests a single faultless homography.
LinkageMethod
Definition of the linkage method.
Definition TestJLinkage.h:36
@ LM_JLINKAGE
JLinkage method.
Definition TestJLinkage.h:38
static bool testFaultlessNoisedSingleHomography(const double testDuration)
Tests the 3D planar 2D-2D homography.
static bool testFaultlessLines(const double testDuration)
Tests multiple faultless lines.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15