In this chapter, we learned how to perform license plate recognition using OpenCV, giving us a good taste of how computer vision and image processing work.
We first learned the different plate utility functions, which helped us find our plate characters. We then found possible candidates for our license plate characters using OpenCV. Finally, we analyzed our results to check the efficiency of our algorithm.
In the next chapter, Chapter 4, Human Pose Estimation with TensorFlow, we're going to use the DeeperCut algorithm, and ArtTrack models for human pose estimation.