mirror of
https://github.com/opencv/opencv.git
synced 2024-12-14 00:39:13 +08:00
12 lines
131 B
C++
12 lines
131 B
C++
|
#include <opencv2/core/cvdef.h>
|
||
|
|
||
|
namespace cv { namespace cudev {
|
||
|
|
||
|
CV_EXPORTS void stubFunc();
|
||
|
|
||
|
}}
|
||
|
|
||
|
void cv::cudev::stubFunc()
|
||
|
{
|
||
|
}
|