March 2019
Intermediate to advanced
538 pages
13h 38m
English
In this chapter, we learned what deep learning is and how to use it on OpenCV with object detection and classification. This chapter is a foundation for working with other models and deep neural networks for any purpose.
Till now we learned how to obtain and compile OpenCV, how to use the basic image and mat operations, and how to create your own graphical user interfaces. You used basic filters and applied all of them in an industrial inspection example. We looked at how to use OpenCV for face detection and how to manipulate it to add masks. Finally, we introduced you to very complex use cases of object tracking, text segmentation, and recognition. Now you are ready to create your own applications in OpenCV, thanks to these use cases, ...