Mastering OpenCV 4 with Python
Learn |
|
---|---|
About |
OpenCV is considered to be one of the best open source computer vision and machine learning software libraries. It helps developers build complete projects in relation to image processing, motion detection, or image segmentation, among many others. OpenCV for Python enables you to run computer vision algorithms smoothly in real time, combining the best of the OpenCV C++ API and the Python language. In this book, you'll get started by setting up OpenCV and delving into the key concepts of computer vision. You'll then proceed to study more advanced concepts and discover the full potential of OpenCV. The book will also introduce you to the creation of advanced applications using Python and OpenCV, enabling you to develop applications that include facial recognition, target tracking, or augmented reality. Next, you'll learn machine learning techniques and concepts, understand how to apply them in real-world examples, and also explore their benefits, including real-time data production and faster data processing. You'll also discover how to translate the functionality provided by OpenCV into optimized application code projects using Python bindings. Toward the concluding chapters, you'll explore the application of artificial intelligence and deep learning techniques using the popular Python libraries TensorFlow, and Keras. By the end of this book, you'll be able to develop advanced computer vision applications to meet your customers' demands. |
Features |
|
Page Count | 532 |
Course Length | 15 hours 57 minutes |
ISBN | 9781789344912 |
Date Of Publication | 29 Mar 2019 |
Technical requirements |
Understanding Python |
A theoretical introduction to the OpenCV library |
Installing OpenCV, Python, and other packages |
Installing Python, OpenCV, and other packages with virtualenv |
Python IDEs to create virtual environments with virtualenv |
Anaconda/Miniconda distributions and conda package–and environment-management system |
Packages for scientific computing, data science, machine learning, deep learning, and computer vision |
Jupyter Notebook |
The OpenCV and Python project structure |
Our first Python and OpenCV project |
Summary |
Questions |
Further reading |
Technical requirements |
A theoretical introduction to histograms |
Grayscale histograms |
Color histograms |
Custom visualizations of histograms |
Comparing OpenCV, NumPy, and Matplotlib histograms |
Histogram equalization |
Contrast Limited Adaptive Histogram Equalization |
Comparing CLAHE and histogram equalization |
Histogram comparison |
Summary |
Questions |
Further reading |
Technical requirements |
Introducing thresholding techniques |
Simple thresholding |
Adaptive thresholding |
Otsu's thresholding algorithm |
The triangle binarization algorithm |
Thresholding color images |
Thresholding algorithms using scikit-image |
Summary |
Questions |
Further reading |
Technical requirements |
An introduction to augmented reality |
Markerless-based augmented reality |
Marker-based augmented reality |
Snapchat-based augmented reality |
QR code detection |
Summary |
Questions |
Further reading |
Technical requirements |
An introduction to machine learning |
k-means clustering |
k-nearest neighbor |
Support vector machine |
Summary |
Questions |
Further reading |