stub.cpp 131 Bytes
Newer Older
wester committed
1 2 3 4 5 6 7 8 9 10 11
#include <opencv2/core/cvdef.h>

namespace cv { namespace cudev {

CV_EXPORTS void stubFunc();

}}

void cv::cudev::stubFunc()
{
}