Skip to content

Wujinshan/Qt_Opencv_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Qt_Opencv_Demo

This is a demo that uses both Qt5 and Opencv, and it is a good example of learning how to use Qt5 and Opencv together in Ubuntu.

There are 6 folders, they store the following documents separately: bin: executable files, build: compiled files, include:*.h, qrc: *.qrc, src: *.cpp, ui: *.ui.

You can directly run the excutable program under the /bin folder.

When you click the "Start" button, the camera on your laptop will be opened, and the content captured by the camera will be displayed on the interface. And when you click the "Canny" button, the program will call the Canny algorithm in Opencv and the content will also displayed on the interface.

Tips: Before you run the demo, please make sure you have installed the Qt5 and Opencv correctly.

If you are a Chinese person, you can also read a more specific explanation in my blog, here is the link: https://blog.csdn.net/qq_42823342/article/details/120873312

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors