Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
364
void 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
Compute
Method · 0.80
Calls
1
processDM
Method · 0.80
Tested by
no test coverage detected