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

Method CVC

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

Source from the content-addressed store, hash-verified

9#include "CVC.h"
10
11CVC::CVC(void)
12{
13 //fprintf(stderr, "OpenCV Colours and Gradients method for Cost Computation\n" );
14}
15CVC::~CVC(void) {}
16
17inline uchar myCostGrd( uchar* lC, uchar* rC, uchar* lG, uchar* rG )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected