MCPcopy Create free account
hub / github.com/cdcseacave/openMVS / LoadDepthMap

Method LoadDepthMap

libs/MVS/DepthMap.cpp:1753–1756  ·  view source on GitHub ↗

SaveDepthMap ----------------------------------------------------------------*/ load the depth map from our .dmap file format

Source from the content-addressed store, hash-verified

1751/*----------------------------------------------------------------*/
1752// load the depth map from our .dmap file format
1753bool 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

Callers

nothing calls this directly

Calls 1

SerializeLoadFunction · 0.85

Tested by

no test coverage detected