Chapter 4: Getting Started with Computer Vision
In the previous chapter, we learned the basics of programming of Python 3, NumPy, matplotlib, and General Purpose Input Output (GPIO). In this chapter, we will focus on the acquisition of images and videos. This chapter has a lot of coding examples that we will be using throughout the book.
In this chapter, we will cover the following topics:
- Exploring image datasets
- Working with images using OpenCV
- Using matplotlib to visualize images
- Drawing geometric shapes with OpenCV and NumPy
- Working with a GUI
- Event handling and a primitive paint application
- Working with a USB webcam
- The Pi camera module
Technical requirements
The code files of this chapter can be found on GitHub at https://github.com/PacktPublishing/raspberry-pi-computer-vision-programming/tree/master/Chapter04/programs ...
Get Raspberry Pi Computer Vision Programming - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.