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