MCPcopy Create free account
hub / github.com/PRiME-project/PRiMEStereoMatch / PostProcess_GPU

Method PostProcess_GPU

DE_APP/src/DispEst.cpp:364–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364void DispEst::PostProcess_GPU()
365{
366 //printf("Post Processing Underway...\n");
367 postProcessor->processDM(lImg, rImg, lDisMap, rDisMap, lValid, rValid, maxDis, threads);
368 //printf("Post Processing Complete\n");
369}

Callers 1

ComputeMethod · 0.80

Calls 1

processDMMethod · 0.80

Tested by

no test coverage detected