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

Go to the source code of this file.
Macros | |
| #define | TEST_NAME "mvs/depth_map_test" |
Functions | |
| BOOST_AUTO_TEST_CASE (TestEmpty) | |
| BOOST_AUTO_TEST_CASE (TestNonEmpty) | |
| BOOST_AUTO_TEST_CASE (TestRescale) | |
| BOOST_AUTO_TEST_CASE (TestDownsize) | |
| BOOST_AUTO_TEST_CASE (TestToBitmap) | |
| #define TEST_NAME "mvs/depth_map_test" |
Definition at line 32 of file depth_map_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestDownsize | ) |
Definition at line 68 of file depth_map_test.cc.
References colmap::mvs::DepthMap::Downsize(), colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::DepthMap::GetDepthMax(), colmap::mvs::DepthMap::GetDepthMin(), colmap::mvs::Mat< T >::GetHeight(), and colmap::mvs::Mat< T >::GetWidth().
| BOOST_AUTO_TEST_CASE | ( | TestEmpty | ) |
Definition at line 40 of file depth_map_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::DepthMap::GetDepthMax(), colmap::mvs::DepthMap::GetDepthMin(), colmap::mvs::Mat< T >::GetHeight(), and colmap::mvs::Mat< T >::GetWidth().
| BOOST_AUTO_TEST_CASE | ( | TestNonEmpty | ) |
Definition at line 49 of file depth_map_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::DepthMap::GetDepthMax(), colmap::mvs::DepthMap::GetDepthMin(), colmap::mvs::Mat< T >::GetHeight(), and colmap::mvs::Mat< T >::GetWidth().
| BOOST_AUTO_TEST_CASE | ( | TestRescale | ) |
Definition at line 58 of file depth_map_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::DepthMap::GetDepthMax(), colmap::mvs::DepthMap::GetDepthMin(), colmap::mvs::Mat< T >::GetHeight(), colmap::mvs::Mat< T >::GetWidth(), and colmap::mvs::DepthMap::Rescale().
| BOOST_AUTO_TEST_CASE | ( | TestToBitmap | ) |
Definition at line 78 of file depth_map_test.cc.
References color, colmap::mvs::Mat< T >::Fill(), colmap::mvs::Mat< T >::GetHeight(), colmap::Bitmap::GetPixel(), colmap::mvs::Mat< T >::GetWidth(), colmap::Bitmap::Height(), colmap::Bitmap::IsRGB(), colmap::mvs::Mat< T >::Set(), colmap::mvs::DepthMap::ToBitmap(), and colmap::Bitmap::Width().