Richard Wenzl - 2011-10-19

I forgot to mention the call which leads to the execution of CSurfCL.cpp:

[...]
CSurfCL *surf = new CSurfCL();
cv::Mat img = cv::imread("im1572.jpg");
surf->DebugResizeBuffer(img.cols, img.rows);
surf->ScanImage24Bit(img.cols, img.rows, img.data, 0.0004f, 4, 2, false);
[...]