ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
reconstruction_test.cc File Reference
Include dependency graph for reconstruction_test.cc:

Go to the source code of this file.

Macros

#define TEST_NAME   "base/reconstruction"
 

Functions

void GenerateReconstruction (const image_t num_images, Reconstruction *reconstruction, CorrespondenceGraph *correspondence_graph)
 
 BOOST_AUTO_TEST_CASE (TestEmpty)
 
 BOOST_AUTO_TEST_CASE (TestAddCamera)
 
 BOOST_AUTO_TEST_CASE (TestAddImage)
 
 BOOST_AUTO_TEST_CASE (TestAddPoint3D)
 
 BOOST_AUTO_TEST_CASE (TestAddObservation)
 
 BOOST_AUTO_TEST_CASE (TestMergePoints3D)
 
 BOOST_AUTO_TEST_CASE (TestDeletePoint3D)
 
 BOOST_AUTO_TEST_CASE (TestDeleteObservation)
 
 BOOST_AUTO_TEST_CASE (TestRegisterImage)
 
 BOOST_AUTO_TEST_CASE (TestNormalize)
 
 BOOST_AUTO_TEST_CASE (TestComputeBoundsAndCentroid)
 
 BOOST_AUTO_TEST_CASE (TestCrop)
 
 BOOST_AUTO_TEST_CASE (TestTransform)
 
 BOOST_AUTO_TEST_CASE (TestFindImageWithName)
 
 BOOST_AUTO_TEST_CASE (TestFilterPoints3D)
 
 BOOST_AUTO_TEST_CASE (TestFilterPoints3DInImages)
 
 BOOST_AUTO_TEST_CASE (TestFilterAllPoints)
 
 BOOST_AUTO_TEST_CASE (TestFilterObservationsWithNegativeDepth)
 
 BOOST_AUTO_TEST_CASE (TestFilterImages)
 
 BOOST_AUTO_TEST_CASE (TestComputeNumObservations)
 
 BOOST_AUTO_TEST_CASE (TestComputeMeanTrackLength)
 
 BOOST_AUTO_TEST_CASE (TestComputeMeanObservationsPerRegImage)
 
 BOOST_AUTO_TEST_CASE (TestComputeMeanReprojectionError)
 

Macro Definition Documentation

◆ TEST_NAME

#define TEST_NAME   "base/reconstruction"

Definition at line 32 of file reconstruction_test.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/23]

◆ BOOST_AUTO_TEST_CASE() [2/23]

◆ BOOST_AUTO_TEST_CASE() [3/23]

◆ BOOST_AUTO_TEST_CASE() [4/23]

◆ BOOST_AUTO_TEST_CASE() [5/23]

BOOST_AUTO_TEST_CASE ( TestComputeBoundsAndCentroid  )

◆ BOOST_AUTO_TEST_CASE() [6/23]

◆ BOOST_AUTO_TEST_CASE() [7/23]

◆ BOOST_AUTO_TEST_CASE() [8/23]

◆ BOOST_AUTO_TEST_CASE() [9/23]

◆ BOOST_AUTO_TEST_CASE() [10/23]

◆ BOOST_AUTO_TEST_CASE() [11/23]

◆ BOOST_AUTO_TEST_CASE() [12/23]

◆ BOOST_AUTO_TEST_CASE() [13/23]

◆ BOOST_AUTO_TEST_CASE() [14/23]

◆ BOOST_AUTO_TEST_CASE() [15/23]

◆ BOOST_AUTO_TEST_CASE() [16/23]

◆ BOOST_AUTO_TEST_CASE() [17/23]

◆ BOOST_AUTO_TEST_CASE() [18/23]

◆ BOOST_AUTO_TEST_CASE() [19/23]

BOOST_AUTO_TEST_CASE ( TestFindImageWithName  )

◆ BOOST_AUTO_TEST_CASE() [20/23]

◆ BOOST_AUTO_TEST_CASE() [21/23]

◆ BOOST_AUTO_TEST_CASE() [22/23]

◆ BOOST_AUTO_TEST_CASE() [23/23]

◆ GenerateReconstruction()