fix compilation without CUDA

pull/3596/head
Vladislav Vinogradov 10 years ago
parent 9f77ffb03f
commit 554ddd2ec4
  1. 2
      modules/cudafeatures2d/src/fast.cpp

@ -47,7 +47,7 @@ using namespace cv::cuda;
#if !defined (HAVE_CUDA) || defined (CUDA_DISABLER)
Ptr<FastFeatureDetector> cv::cuda::FastFeatureDetector::create(int, bool, int, int) { throw_no_cuda(); return Ptr<FastFeatureDetector>(); }
Ptr<cv::cuda::FastFeatureDetector> cv::cuda::FastFeatureDetector::create(int, bool, int, int) { throw_no_cuda(); return Ptr<cv::cuda::FastFeatureDetector>(); }
#else /* !defined (HAVE_CUDA) */

Loading…
Cancel
Save