We have talked about the ways in which deep learning and computer vision go together. In the past few chapters, we have built some computer vision models: deep learning image classification models, from handwritten digit classification to bird identification. In Chapter 3, when we set up our deep learning development environment, we installed several utility libraries that aids in computer vision and image processing tasks.
But other than using OpenCV to load and display the results of our deep learning models, we have not explored many of the functions available ...