opencv/modules/cudev/src/stub.cpp

12 lines
131 B
C++
Raw Normal View History

#include <opencv2/core/cvdef.h>
namespace cv { namespace cudev {
CV_EXPORTS void stubFunc();
}}
void cv::cudev::stubFunc()
{
}