OpenCV Error: Unspecified error (The function is not implemented... (Bug #3138)


Added by Nikolay Rogoshchenkov over 11 years ago. Updated over 11 years ago.


Status:Done Start date:2013-07-08
Priority:Normal Due date:
Assignee:- % Done:

0%

Category:highgui-gui
Target version:-
Affected version:2.4.6 (latest release) Operating System:Windows
Difficulty: HW Platform:x64
Pull request:

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


opencv246_lib_vc10.7z (678.4 kB) Nikolay Rogoshchenkov, 2013-07-08 03:00 pm

opencv246_inlcude.7z (474 kB) Nikolay Rogoshchenkov, 2013-07-08 03:00 pm


Associated revisions

Revision f50f249f
Added by Alexander Alekhin over 10 years ago

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

Also available in: Atom PDF