MCPcopy Create free account
hub / github.com/alicevision/AliceVision / mergeDepthSimMapTiles

Function mergeDepthSimMapTiles

src/aliceVision/depthMap/depthMapUtils.cpp:336–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334}
335
336void mergeDepthSimMapTiles(int rc, const mvsUtils::MultiViewParams& mp, int scale, int step, const std::string& name)
337{
338 mergeFloatMapTiles(rc, mp, mvsUtils::EFileType::depthMap, scale, step, name);
339 mergeFloatMapTiles(rc, mp, mvsUtils::EFileType::simMap, scale, step, name);
340}
341
342void exportDepthSimMapTilePatternObj(int rc,
343 const mvsUtils::MultiViewParams& mp,

Callers 1

computeMethod · 0.70

Calls 1

mergeFloatMapTilesFunction · 0.70

Tested by

no test coverage detected