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