ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
projection_test.cc File Reference
#include "util/testing.h"
#include <Eigen/Core>
#include "base/camera_models.h"
#include "base/pose.h"
#include "base/projection.h"
#include "util/math.h"
Include dependency graph for projection_test.cc:

Go to the source code of this file.

Macros

#define TEST_NAME   "base/projection"
 

Functions

 BOOST_AUTO_TEST_CASE (TestComposeProjectionMatrix)
 
 BOOST_AUTO_TEST_CASE (TestInvertProjectionMatrix)
 
 BOOST_AUTO_TEST_CASE (TestComputeClosestRotationMatrix)
 
 BOOST_AUTO_TEST_CASE (TestDecomposeProjectionMatrix)
 
 BOOST_AUTO_TEST_CASE (TestCalculateSquaredReprojectionError)
 
 BOOST_AUTO_TEST_CASE (TestCalculateAngularError)
 
 BOOST_AUTO_TEST_CASE (TestCalculateDepth)
 
 BOOST_AUTO_TEST_CASE (TestHasPointPositiveDepth)
 

Macro Definition Documentation

◆ TEST_NAME

#define TEST_NAME   "base/projection"

Definition at line 32 of file projection_test.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/8]

◆ BOOST_AUTO_TEST_CASE() [2/8]

BOOST_AUTO_TEST_CASE ( TestCalculateDepth  )

◆ BOOST_AUTO_TEST_CASE() [3/8]

◆ BOOST_AUTO_TEST_CASE() [4/8]

BOOST_AUTO_TEST_CASE ( TestComposeProjectionMatrix  )

◆ BOOST_AUTO_TEST_CASE() [5/8]

BOOST_AUTO_TEST_CASE ( TestComputeClosestRotationMatrix  )

Definition at line 70 of file projection_test.cc.

References colmap::ComputeClosestRotationMatrix(), and e.

◆ BOOST_AUTO_TEST_CASE() [6/8]

BOOST_AUTO_TEST_CASE ( TestDecomposeProjectionMatrix  )

◆ BOOST_AUTO_TEST_CASE() [7/8]

BOOST_AUTO_TEST_CASE ( TestHasPointPositiveDepth  )

◆ BOOST_AUTO_TEST_CASE() [8/8]

BOOST_AUTO_TEST_CASE ( TestInvertProjectionMatrix  )