OpenCV supports Qt user interface

Reported the following error when running the program opencv:

... The library is compiled without QT support in function ...
because there is no open option when using Qt cmake installation of opencv. Opencv need to be recompiled, add -D WITH_QT=ONoptions open Qt, Qt user interface let opencv support.

Recompile install OpenCV: https://www.cnblogs.com/raina/p/11365854.html

Guess you like

Origin www.cnblogs.com/raina/p/11365703.html