CV_StsNotImplemented not found when HAVE_OPENCV_GPU false (Bug #2964)
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
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