- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi I have some code that used to work with opencv3 but now throws an exception when I try to use cv::createTrackbar or cv::createButton using the QT backends for highgui. The actual exception
OpenCV(4.1.0-openvino) /home/jenkins/workspace/OpenCV/OpenVINO/build/opencv/modules/highgui/src/window.cpp:573: error: (-213:The function/feature is not implemented) The library is compiled without QT support in function 'createButton'
I'm using OpenVino2019 R1, and I am wondering if the binaries have been compiled with the defiintion -DWITH_QT=ON
cheers
Peter
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No, the binaries have been compiled with GTK2/3 support on Linux and native GUI support on Windows and OSX.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Maksim,
thanks for the reply, how can i get intel optimised opencv4 with qt bindings. Is there anything special between the opencv version shipped with openvino, compared to the opencv source?
cheers peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nothing special, the sources are from GitHub. Most configuration parameters are default, several dependencies are built-in, InferenceEngine integration is enabled, notable cmake options which can affect optimizations are: -DCPU_BASELINE=SSE4_2 and -DENABLE_HARDENING=ON.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, if thats so it would be good to have a build from source option, or page with the exhaustive list of flags enabled.
If you could share a link to such a page that would be a big help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No such page exists yet, currently one should use official OpenCV documentation and included opencv_version application to get cmake output. We are going to add auto-generated file with used build options in next release (R2).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Great, that would be a big help. When is R2 expected to be released?

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page