September 2016
Beginner to intermediate
593 pages
12h 12m
English
In the previous chapter, we studied the basics of the OpenCV library. We set up our Pi for OpenCV programming with Python and implemented a simple project to track an object based on the color in OpenCV with a live webcam feed. In this chapter, we will learn about some more advanced concepts and implement one more project based on OpenCV. In this chapter, we will learn about the following topics:
Thresholding is a way to segment images. Although thresholding methods and algorithms are available for colored images, it works best on grayscale images. ...
Read now
Unlock full access