TsGTFilter Class Reference

Test suite for Geometric Transformations Filter. More...

#include <TsGTFilter.h>

Inheritance diagram for TsGTFilter:

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 ()
 

Detailed Description

Test suite for Geometric Transformations Filter.

Definition at line 41 of file TsGTFilter.h.

Member Function Documentation

TsGTFilter::CPPUNIT_TEST ( tcApplyRansacWithTPSet1  )
private
TsGTFilter::CPPUNIT_TEST ( tcApplyRansacWithTPSet2  )
private
TsGTFilter::CPPUNIT_TEST ( tcApplyRansacMultiThread  )
private
TsGTFilter::CPPUNIT_TEST_SUITE ( TsGTFilter  )
private
TsGTFilter::CPPUNIT_TEST_SUITE_END ( )
private
void TsGTFilter::generateTestTPSet1 ( std::vector< te::gm::GTParameters::TiePoint > &  tiePoints)
protected

Generate a tie-points set 1.

Definition at line 56 of file TsGTFilter.cpp.

Referenced by tcApplyRansacMultiThread(), and tcApplyRansacWithTPSet1().

void TsGTFilter::generateTestTPSet2 ( std::vector< te::gm::GTParameters::TiePoint > &  tiePoints)
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.

void TsGTFilter::tcApplyRansacMultiThread ( )
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.

void TsGTFilter::tcApplyRansacWithTPSet1 ( )
protected
void TsGTFilter::tcApplyRansacWithTPSet2 ( )
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.


The documentation for this class was generated from the following files: