Test suite for Geometric Transformations Filter. More...
#include <TsGTFilter.h>
Public Member Functions | |
| void | setUp () |
| void | tearDown () |
Protected Member Functions | |
| void | generateTestTPSet1 (std::vector< te::gm::GTParameters::TiePoint > &tiePoints) |
| Generate a tie-points set 1. More... | |
| void | generateTestTPSet2 (std::vector< te::gm::GTParameters::TiePoint > &tiePoints) |
| Generate a tie-points set 2. More... | |
| void | tcApplyRansacMultiThread () |
| Test Case: tcApplyRansacMultiThread. More... | |
| void | tcApplyRansacWithTPSet1 () |
| Test Case: ApplyRansac. More... | |
| void | tcApplyRansacWithTPSet2 () |
| Test Case: ApplyRansac. More... | |
Private Member Functions | |
| CPPUNIT_TEST (tcApplyRansacWithTPSet1) | |
| CPPUNIT_TEST (tcApplyRansacWithTPSet2) | |
| CPPUNIT_TEST (tcApplyRansacMultiThread) | |
| CPPUNIT_TEST_SUITE (TsGTFilter) | |
| CPPUNIT_TEST_SUITE_END () | |
Test suite for Geometric Transformations Filter.
Definition at line 41 of file TsGTFilter.h.
|
private |
|
private |
|
private |
|
private |
|
private |
|
protected |
Generate a tie-points set 1.
Definition at line 56 of file TsGTFilter.cpp.
Referenced by tcApplyRansacMultiThread(), and tcApplyRansacWithTPSet1().
|
protected |
Generate a tie-points set 2.
Definition at line 210 of file TsGTFilter.cpp.
Referenced by tcApplyRansacWithTPSet2().
| void TsGTFilter::setUp | ( | ) |
Definition at line 48 of file TsGTFilter.cpp.
|
protected |
Test Case: tcApplyRansacMultiThread.
Definition at line 1720 of file TsGTFilter.cpp.
References te::gm::GTFilter::applyRansac(), generateTestTPSet1(), te::gm::GTParameters::m_tiePoints, testDirectMapping, and testInverseMapping.
|
protected |
Test Case: ApplyRansac.
Definition at line 1649 of file TsGTFilter.cpp.
References te::gm::GTFilter::applyRansac(), generateTestTPSet1(), te::gm::GTParameters::m_tiePoints, testDirectMapping, and testInverseMapping.
|
protected |
Test Case: ApplyRansac.
Definition at line 1699 of file TsGTFilter.cpp.
References te::gm::GTFilter::applyRansac(), generateTestTPSet2(), and te::gm::GTParameters::m_tiePoints.
| void TsGTFilter::tearDown | ( | ) |
Definition at line 52 of file TsGTFilter.cpp.