In the intelligent traffic field, accurate recognition of license plate information is not only conducive to the handling of traffic accidents, but also beneficial to safety in the autonomous field. However, the identification of license plate information becomes very difficult if there are tilted angles in the license plate image. The objective of the work is to establish a convolutional neural network (CNN)-based license plate tilt angle recognition network realizing the horizontal and vertical tilt angles detection of the license plate accurately; and then, according to the detected angles, the tilt angle detection algorithm is proposed to realize the tilted license plate image correction and character segmentation. Firstly, the YOLOv3 is adopted to locate license plate and classify the clockwise rotation and anticlockwise rotation license plate images. Secondly, the regression CNN is established to detect the horizontal and vertical tilt angle of the cropped license plate image. Thirdly, the tilted license plate correction algorithm is proposed to correct the horizontal and vertical tilt angles of the license plate using image rotation and shearing transformation theory according to the detected horizontal and vertical tilt angles. Subsequently, the bilinear interpolation is used to improve the correction performance. Finally, the characters of the license plate are segmented from the corrected license plate image after removing the upper and lower boundary. The results show that the proposed tilt angle detection network and the correction algorithm have a good performance, which is superior to the current state-of-the-art tilted license plate correction algorithm.