Computer-Vision-with-OpenCV-3-and-Qt5-master

所属分类:其他
开发工具:C/C++
文件大小:205KB
下载次数:2
上传日期:2020-06-11 10:09:46
上 传 者做手术
说明:  Computer-Vision-with-OpenCV-3-and-Qt5学习书籍代码
(Computer-Vision-with-OpenCV-3-and-Qt5)

文件列表:
LICENSE (1062, 2018-04-19)
ch01 (0, 2018-04-19)
ch01\read-me.txt (119, 2018-04-19)
ch02 (0, 2018-04-19)
ch02\Hello_Qt_OpenCV (0, 2018-04-19)
ch02\Hello_Qt_OpenCV\Hello_Qt_OpenCV.pro (1240, 2018-04-19)
ch02\Hello_Qt_OpenCV\main.cpp (172, 2018-04-19)
ch02\Hello_Qt_OpenCV\mainwindow.cpp (2646, 2018-04-19)
ch02\Hello_Qt_OpenCV\mainwindow.h (645, 2018-04-19)
ch02\Hello_Qt_OpenCV\mainwindow.ui (2635, 2018-04-19)
ch03 (0, 2018-04-19)
ch03\Hello_Qt_OpenCV (0, 2018-04-19)
ch03\Hello_Qt_OpenCV\Hello_Qt_OpenCV.pro (1326, 2018-04-19)
ch03\Hello_Qt_OpenCV\main.cpp (171, 2018-04-19)
ch03\Hello_Qt_OpenCV\mainwindow.cpp (3458, 2018-04-19)
ch03\Hello_Qt_OpenCV\mainwindow.h (914, 2018-04-19)
ch03\Hello_Qt_OpenCV\mainwindow.ui (3967, 2018-04-19)
ch03\Hello_Qt_OpenCV\resources.qrc (227, 2018-04-19)
ch03\Hello_Qt_OpenCV\test.jpg (86768, 2018-04-19)
ch03\Hello_Qt_OpenCV\translation_de.qm (461, 2018-04-19)
ch03\Hello_Qt_OpenCV\translation_de.ts (2625, 2018-04-19)
ch03\Hello_Qt_OpenCV\translation_tr.qm (1042, 2018-04-19)
ch03\Hello_Qt_OpenCV\translation_tr.ts (2609, 2018-04-19)
ch03\Plugin_User (0, 2018-04-19)
ch03\Plugin_User\Plugin_User.pro (1280, 2018-04-19)
ch03\Plugin_User\cvplugininterface.h (472, 2018-04-19)
ch03\Plugin_User\main.cpp (172, 2018-04-19)
ch03\Plugin_User\mainwindow.cpp (4378, 2018-04-19)
ch03\Plugin_User\mainwindow.h (617, 2018-04-19)
ch03\Plugin_User\mainwindow.ui (2590, 2018-04-19)
ch03\cvplugininterface.h (472, 2018-04-19)
ch03\median_filter_plugin (0, 2018-04-19)
ch03\median_filter_plugin\cvplugininterface.h (475, 2018-04-19)
ch03\median_filter_plugin\median_filter_plugin.cpp (511, 2018-04-19)
ch03\median_filter_plugin\median_filter_plugin.h (548, 2018-04-19)
ch03\median_filter_plugin\median_filter_plugin.pro (1344, 2018-04-19)
... ...

# Computer Vision with OpenCV 3 and Qt5 This is the code repository for [Computer Vision with OpenCV 3 and Qt5](https://www.packtpub.com/application-development/computer-vision-opencv-3-and-qt5?utm_source=github&utm_medium=repository&utm_campaign=9781788472395), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the book from start to finish. ## About the Book Developers have been using OpenCV library to develop computer vision applications for a long time. However, they now need a more effective tool to get the job done and in a much better and modern way. Qt is one of the major frameworks available for this task at the moment. ## Instructions and Navigation All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02. Chapter 11 has no code file, rest all chapter code files are present in their respective folder. The code will look like the following: ``` #include "mainwindow.h" #include int main(int argc, char *argv[]) { QApplication a(argc, argv); MainWindow w; w.show(); return a.exec(); } ``` Although every required tool and software, the correct version, and how it is installed and configured is covered in the initial chapters of the book, the following is a list that can be used as a quick reference: * A regular computer with a more recent version of Windows, macOS, or Linux (such as Ubuntu) operating system installed on it. * Microsoft Visual Studio (on Windows) * Xcode (on macOS) * CMake * Qt Framework * OpenCV Framework To get an idea of what a regular computer is these days, you can search online or ask a local shop; however, the one you already have is most probably enough to get you started. ## Related Products * [Mastering OpenCV 3 - Second Edition](https://www.packtpub.com/application-development/mastering-opencv-3-second-edition?utm_source=github&utm_medium=repository&utm_campaign=978178***67171) * [Machine Learning for OpenCV](https://www.packtpub.com/big-data-and-business-intelligence/machine-learning-opencv?utm_source=github&utm_medium=repository&utm_campaign=9781783***0284) * [Computer Vision with Python 3](https://www.packtpub.com/application-development/computer-vision-python-3?utm_source=github&utm_medium=repository&utm_campaign=9781788299763) ### Suggestions and Feedback [Click here](https://docs.google.com/forms/d/e/1FAIpQLSe5qwunkGf6PUvzPirPDtuy1Du5Rlzew23UBp2S-P3wB-GcwQ/viewform) if you have any feedback or suggestions.

近期下载者

相关文件


收藏者