Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 701712
Collapse All | Expand All

(-)a/modules/cudaoptflow/src/nvidiaOpticalFlow.cpp.old (-1 / +4 lines)
Lines 12-19 Ptr<NvidiaOpticalFlow_1_0> cv::cuda::Nvi Link Here
12
12
13
#elif !defined HAVE_NVIDIA_OPTFLOW
13
#elif !defined HAVE_NVIDIA_OPTFLOW
14
14
15
CV_Error(cv::Error::HeaderIsNull, "Nvidia Optical Flow headers not found. Make sure cmake downloads it properly");
16
15
16
cv::Ptr<cv::cuda::NvidiaOpticalFlow_1_0> cv::cuda::NvidiaOpticalFlow_1_0::create(int, int, NVIDIA_OF_PERF_LEVEL, bool, bool, bool, int)
17
{
18
    CV_Error(cv::Error::HeaderIsNull, "OpenCV was build without NVIDIA OpticalFlow support"); 
19
}
17
#else
20
#else
18
21
19
#include "nvOpticalFlowCommon.h"
22
#include "nvOpticalFlowCommon.h"

Return to bug 701712