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

Method LoadNormalMap

libs/MVS/DepthMap.cpp:1767–1770  ·  view source on GitHub ↗

SaveNormalMap ----------------------------------------------------------------*/ load the normal map from our .nmap file format

Source from the content-addressed store, hash-verified

1765/*----------------------------------------------------------------*/
1766// load the normal map from our .nmap file format
1767bool MVS::LoadNormalMap(const String& fileName, NormalMap& normalMap)
1768{
1769 return SerializeLoad(normalMap, fileName, ARCHIVE_DEFAULT);
1770} // LoadNormalMap
1771/*----------------------------------------------------------------*/
1772
1773// save the confidence map in our .cmap file format

Callers

nothing calls this directly

Calls 1

SerializeLoadFunction · 0.85

Tested by

no test coverage detected