Book Image

Cross-Platform Application Development with OpenCV 4 and Qt 5 [Video]

By : Antonio Ortiz Lira
1 (1)
Book Image

Cross-Platform Application Development with OpenCV 4 and Qt 5 [Video]

1 (1)
By: Antonio Ortiz Lira

Overview of this book

OpenCV is the most popular library for building computer vision applications. Qt is a C++ IDE used to create GUI applications with ease. The main benefit of using Qt is that we can integrate OpenCV GUIs of GUIs created with Qt. Follow along with instructor Antonio Ortiz to build cross-platform applications using Qt. In this course, you will learn to combine the power of OpenCV and Qt. First, you will start by grabbing some images and videos to show them in QML. Antonio also shows you how to calibrate an array of two stereo cameras. You will learn to deploy your application on both Linux and Android platforms. By the end of this course, you will have become better at developing OpenCV applications, especially with Qt. All codes and supporting files are placed on GitHub at this link: https://github.com/PacktPublishing/Cross-Platform-Application-Development-with-OpenCV-4-and-Qt-5
Table of Contents (7 chapters)
Chapter 6
Working with Android
Content Locked
Section 4
Compile Applications for Android Devices
Continue extending the class and add a method to receive the URL of an image from the Gallery app. - Create a new method - Prepare a ContentResolver and a Cursor to hold the image url - Use the ContentResolver and the Cursor to parce the url into a string