SaveDepthMap ----------------------------------------------------------------*/ load the depth map from our .dmap file format
| 1751 | /*----------------------------------------------------------------*/ |
| 1752 | // load the depth map from our .dmap file format |
| 1753 | bool MVS::LoadDepthMap(const String& fileName, DepthMap& depthMap) |
| 1754 | { |
| 1755 | return SerializeLoad(depthMap, fileName, ARCHIVE_DEFAULT); |
| 1756 | } // LoadDepthMap |
| 1757 | /*----------------------------------------------------------------*/ |
| 1758 | |
| 1759 | // save the normal map in our .nmap file format |
nothing calls this directly
no test coverage detected