OpenCV Error: Unspecified error (The function is not implemented... (Bug #3138)
Description
I have recompiled opencv246 with GPU ad TBB support for VS2010. And used this libs for the same code as in http://code.opencv.org/issues/3122
but I've got this:
C:\Users\nikk\Documents\Visual Studio 2010\Projects\openCV_stitch_three\Release> openCV_stitch_three.exe b1.bmp b2.bmp b3.bmp Channels image1: 16 Channels image2: 16 OpenCV Error: Unspecified error (The function is not implemented. Rebuild the li brary with Windows, GTK+ 2.x or Carbon support. If you are on Ubuntu or Debian, install libgtk2.0-dev and pkg-config, then re-run cmake or configure script) in cvWaitKey, file ..\..\..\modules\highgui\src\window.cpp, line 562
Associated revisions
Merge pull request #3138 from alalek:icv_update
History
Updated by Alexey Spizhevoy over 11 years ago
- Category changed from stitching to highgui-gui
- Assignee deleted (
Alexey Spizhevoy)
Updated by be rak over 11 years ago
that might be the same issue as in http://code.opencv.org/issues/3116
@Nikolay Rogoshchenkov , your highgui-vcproj probably does not contain window_w32.cpp, and the HAVE_WIN32UI flag is not set.
if so, please update your cmake toolchain to the latest version, older versions seem to fail at the cmake/checks/win32uitest.cpp check.
Updated by Nikolay Rogoshchenkov over 11 years ago
I can confirm that with CMake 2.8.11.2 works without error.
- Status changed from New to Done