Configuring openCV with Qt in windows -


i have project uses opencv. trying set opencv library use in qt application.

for qt installation installed visual studio , using compiler , cds debugger. after doing when going through documentation seeing mingw used configure opencv , qt (https://wiki.qt.io/how_to_setup_qt_and_opencv_on_windows)

but in cases using vs, how can configure opencv qt if using visual studio compilers.

first need install visual studio plugin - http://doc.qt.io/qtvstools/index.html

you need make sure have built both opencv & qt whatever compiler using. vs2017 example, don't think default binaries come qt option. there installation guide here - https://wiki.qt.io/opencv_with_qt


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -