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

Method PP

DE_APP/src/PP.cpp:11–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "PP.h"
10
11PP::PP(void)
12{
13 //printf( "L-R Consistency Check and Weighted-Median Filter Post-Processing\n" );
14}
15PP::~PP(void) {}
16
17void lrCheck(Mat& lDis, Mat& rDis, Mat& lValid, Mat& rValid)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected