CV_StsNotImplemented not found when HAVE_OPENCV_GPU false (Bug #2964)


Added by Thibault Lelore almost 12 years ago. Updated almost 12 years ago.


Status:Done Start date:2013-04-16
Priority:Blocker Due date:
Assignee:Vladislav Vinogradov % Done:

0%

Category:build/install
Target version:-
Affected version:branch 'master' (2.4.9) Operating System:
Difficulty: HW Platform:
Pull request:https://github.com/Itseez/opencv/pull/831

Description

In Cmake, when unchecked the OpenCL and CUDA options, error in build occurs in:
modules\superres\src\input_array_utility.cpp
modules\superres\src\frame_source.cpp
modules\superres\src\optical_flow.cpp

I solved this issue by adding:
#else
#include "opencv2/core/types_c.h"
in
modules\superres\src\precomp.hpp
in the block #ifdef HAVE_OPENCV_GPU ... #endif


Associated revisions

Revision 8f845079
Added by Vadim Pisarevsky over 10 years ago

Merge pull request #2964 from vbystricky:highgui_split

History

Updated by Vladislav Vinogradov almost 12 years ago

  • Target version deleted (2.4.6)
  • Assignee changed from Andrey Kamaev to Vladislav Vinogradov
  • Pull request set to https://github.com/Itseez/opencv/pull/831

Updated by Vladislav Vinogradov almost 12 years ago

The fix was merged into master branch.

  • Status changed from Open to Done

Also available in: Atom PDF