![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|

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) | |
| #define TEST_NAME "base/graph_cut" |
Definition at line 32 of file graph_cut_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestComputeMinGraphCutStoerWagner | ) |
Definition at line 39 of file graph_cut_test.cc.
References colmap::ComputeMinGraphCutStoerWagner().
| BOOST_AUTO_TEST_CASE | ( | TestComputeMinGraphCutStoerWagnerDisconnected | ) |
Definition at line 89 of file graph_cut_test.cc.
References colmap::ComputeMinGraphCutStoerWagner().
| BOOST_AUTO_TEST_CASE | ( | TestComputeMinGraphCutStoerWagnerDuplicateEdge | ) |
Definition at line 56 of file graph_cut_test.cc.
References colmap::ComputeMinGraphCutStoerWagner().
| BOOST_AUTO_TEST_CASE | ( | TestComputeMinGraphCutStoerWagnerMissingVertex | ) |
Definition at line 73 of file graph_cut_test.cc.
References colmap::ComputeMinGraphCutStoerWagner().
| BOOST_AUTO_TEST_CASE | ( | TestComputeNormalizedMinGraphCut | ) |
Definition at line 103 of file graph_cut_test.cc.
References colmap::ComputeNormalizedMinGraphCut().
| BOOST_AUTO_TEST_CASE | ( | TestComputeNormalizedMinGraphCutDisconnected | ) |
Definition at line 144 of file graph_cut_test.cc.
References colmap::ComputeNormalizedMinGraphCut().
| BOOST_AUTO_TEST_CASE | ( | TestComputeNormalizedMinGraphCutDuplicateEdge | ) |
Definition at line 117 of file graph_cut_test.cc.
References colmap::ComputeNormalizedMinGraphCut().
| BOOST_AUTO_TEST_CASE | ( | TestComputeNormalizedMinGraphCutMissingVertex | ) |
Definition at line 131 of file graph_cut_test.cc.
References colmap::ComputeNormalizedMinGraphCut().
| BOOST_AUTO_TEST_CASE | ( | TestMinSTGraphCut1 | ) |
Definition at line 155 of file graph_cut_test.cc.
References colmap::MinSTGraphCut< node_t, value_t >::AddEdge(), colmap::MinSTGraphCut< node_t, value_t >::AddNode(), colmap::MinSTGraphCut< node_t, value_t >::Compute(), colmap::MinSTGraphCut< node_t, value_t >::IsConnectedToSink(), colmap::MinSTGraphCut< node_t, value_t >::IsConnectedToSource(), colmap::MinSTGraphCut< node_t, value_t >::NumEdges(), and colmap::MinSTGraphCut< node_t, value_t >::NumNodes().
| BOOST_AUTO_TEST_CASE | ( | TestMinSTGraphCut2 | ) |
Definition at line 168 of file graph_cut_test.cc.
References colmap::MinSTGraphCut< node_t, value_t >::AddEdge(), colmap::MinSTGraphCut< node_t, value_t >::AddNode(), colmap::MinSTGraphCut< node_t, value_t >::Compute(), colmap::MinSTGraphCut< node_t, value_t >::IsConnectedToSink(), and colmap::MinSTGraphCut< node_t, value_t >::NumEdges().
| BOOST_AUTO_TEST_CASE | ( | TestMinSTGraphCut3 | ) |
Definition at line 179 of file graph_cut_test.cc.
References colmap::MinSTGraphCut< node_t, value_t >::AddEdge(), colmap::MinSTGraphCut< node_t, value_t >::AddNode(), colmap::MinSTGraphCut< node_t, value_t >::Compute(), colmap::MinSTGraphCut< node_t, value_t >::IsConnectedToSink(), colmap::MinSTGraphCut< node_t, value_t >::IsConnectedToSource(), and colmap::MinSTGraphCut< node_t, value_t >::NumEdges().