ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
graph_cut_test.cc File Reference
#include "util/testing.h"
#include "base/graph_cut.h"
Include dependency graph for graph_cut_test.cc:

Go to the source code of this file.

Macros

#define TEST_NAME   "base/graph_cut"
 

Functions

 BOOST_AUTO_TEST_CASE (TestComputeMinGraphCutStoerWagner)
 
 BOOST_AUTO_TEST_CASE (TestComputeMinGraphCutStoerWagnerDuplicateEdge)
 
 BOOST_AUTO_TEST_CASE (TestComputeMinGraphCutStoerWagnerMissingVertex)
 
 BOOST_AUTO_TEST_CASE (TestComputeMinGraphCutStoerWagnerDisconnected)
 
 BOOST_AUTO_TEST_CASE (TestComputeNormalizedMinGraphCut)
 
 BOOST_AUTO_TEST_CASE (TestComputeNormalizedMinGraphCutDuplicateEdge)
 
 BOOST_AUTO_TEST_CASE (TestComputeNormalizedMinGraphCutMissingVertex)
 
 BOOST_AUTO_TEST_CASE (TestComputeNormalizedMinGraphCutDisconnected)
 
 BOOST_AUTO_TEST_CASE (TestMinSTGraphCut1)
 
 BOOST_AUTO_TEST_CASE (TestMinSTGraphCut2)
 
 BOOST_AUTO_TEST_CASE (TestMinSTGraphCut3)
 

Macro Definition Documentation

◆ TEST_NAME

#define TEST_NAME   "base/graph_cut"

Definition at line 32 of file graph_cut_test.cc.

Function Documentation

◆ BOOST_AUTO_TEST_CASE() [1/11]

BOOST_AUTO_TEST_CASE ( TestComputeMinGraphCutStoerWagner  )

Definition at line 39 of file graph_cut_test.cc.

References colmap::ComputeMinGraphCutStoerWagner().

◆ BOOST_AUTO_TEST_CASE() [2/11]

BOOST_AUTO_TEST_CASE ( TestComputeMinGraphCutStoerWagnerDisconnected  )

Definition at line 89 of file graph_cut_test.cc.

References colmap::ComputeMinGraphCutStoerWagner().

◆ BOOST_AUTO_TEST_CASE() [3/11]

BOOST_AUTO_TEST_CASE ( TestComputeMinGraphCutStoerWagnerDuplicateEdge  )

Definition at line 56 of file graph_cut_test.cc.

References colmap::ComputeMinGraphCutStoerWagner().

◆ BOOST_AUTO_TEST_CASE() [4/11]

BOOST_AUTO_TEST_CASE ( TestComputeMinGraphCutStoerWagnerMissingVertex  )

Definition at line 73 of file graph_cut_test.cc.

References colmap::ComputeMinGraphCutStoerWagner().

◆ BOOST_AUTO_TEST_CASE() [5/11]

BOOST_AUTO_TEST_CASE ( TestComputeNormalizedMinGraphCut  )

Definition at line 103 of file graph_cut_test.cc.

References colmap::ComputeNormalizedMinGraphCut().

◆ BOOST_AUTO_TEST_CASE() [6/11]

BOOST_AUTO_TEST_CASE ( TestComputeNormalizedMinGraphCutDisconnected  )

Definition at line 144 of file graph_cut_test.cc.

References colmap::ComputeNormalizedMinGraphCut().

◆ BOOST_AUTO_TEST_CASE() [7/11]

BOOST_AUTO_TEST_CASE ( TestComputeNormalizedMinGraphCutDuplicateEdge  )

Definition at line 117 of file graph_cut_test.cc.

References colmap::ComputeNormalizedMinGraphCut().

◆ BOOST_AUTO_TEST_CASE() [8/11]

BOOST_AUTO_TEST_CASE ( TestComputeNormalizedMinGraphCutMissingVertex  )

Definition at line 131 of file graph_cut_test.cc.

References colmap::ComputeNormalizedMinGraphCut().

◆ BOOST_AUTO_TEST_CASE() [9/11]

◆ BOOST_AUTO_TEST_CASE() [10/11]

◆ BOOST_AUTO_TEST_CASE() [11/11]