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

Go to the source code of this file.
Macros | |
| #define | TEST_NAME "mvs/normal_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/normal_map_test" |
Definition at line 32 of file normal_map_test.cc.
| BOOST_AUTO_TEST_CASE | ( | TestDownsize | ) |
Definition at line 62 of file normal_map_test.cc.
References colmap::mvs::NormalMap::Downsize(), colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::Mat< T >::GetHeight(), and colmap::mvs::Mat< T >::GetWidth().
| BOOST_AUTO_TEST_CASE | ( | TestEmpty | ) |
Definition at line 40 of file normal_map_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::Mat< T >::GetHeight(), and colmap::mvs::Mat< T >::GetWidth().
| BOOST_AUTO_TEST_CASE | ( | TestNonEmpty | ) |
Definition at line 47 of file normal_map_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::Mat< T >::GetHeight(), and colmap::mvs::Mat< T >::GetWidth().
| BOOST_AUTO_TEST_CASE | ( | TestRescale | ) |
Definition at line 54 of file normal_map_test.cc.
References colmap::mvs::Mat< T >::GetDepth(), colmap::mvs::Mat< T >::GetHeight(), colmap::mvs::Mat< T >::GetWidth(), and colmap::mvs::NormalMap::Rescale().
| BOOST_AUTO_TEST_CASE | ( | TestToBitmap | ) |
Definition at line 70 of file normal_map_test.cc.
References color, 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::NormalMap::ToBitmap(), and colmap::Bitmap::Width().