mirror of
https://github.com/opencv/opencv.git
synced 2026-07-30 15:53:03 +04:00
Move C API of opencv_objdetect to separate file
Also move cv::linemod to own header
This commit is contained in:
@@ -54,7 +54,7 @@ using namespace cv::superres::detail;
|
||||
|
||||
Ptr<SuperResolution> cv::superres::createSuperResolution_BTVL1_GPU()
|
||||
{
|
||||
CV_Error(CV_StsNotImplemented, "The called functionality is disabled for current build or platform");
|
||||
CV_Error(Error::StsNotImplemented, "The called functionality is disabled for current build or platform");
|
||||
return Ptr<SuperResolution>();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user