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

Function writeDepthPixSizeMap

src/aliceVision/depthMap/depthMapUtils.cpp:212–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212void writeDepthPixSizeMap(int rc,
213 const mvsUtils::MultiViewParams& mp,
214 const mvsUtils::TileParams& tileParams,
215 const ROI& roi,
216 const CudaDeviceMemoryPitched<float2, 2>& in_depthPixSize_dmp,
217 int scale,
218 int step,
219 const std::string& name)
220{
221 const mvsUtils::EFileType fileTypeX = mvsUtils::EFileType::depthMap;
222 const mvsUtils::EFileType fileTypeY = mvsUtils::EFileType::pixSizeMap;
223
224 writeFloat2Map(rc, mp, tileParams, roi, in_depthPixSize_dmp, fileTypeX, fileTypeY, scale, step, name);
225}
226
227void writeDepthSimMap(int rc,
228 const mvsUtils::MultiViewParams& mp,

Callers 1

refineRcMethod · 0.70

Calls 1

writeFloat2MapFunction · 0.70

Tested by

no test coverage detected