# EasyPR_MFC **Repository Path**: ppslinux/EasyPR_MFC ## Basic Information - **Project Name**: EasyPR_MFC - **Description**: EasyPR_MFC is the Visual interface of EasyPR. You could specify the picture or the foler to be recognized by a button in EasyPR_MFC. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-09-06 - **Last Updated**: 2022-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # EasyPR EasyPR is an open source Chinese license plate recognition system. It aims to be Easy, Flexible, and Accurate. EasyPR based on openCV, you can transplant to all the platforms that opencv support. The repository of EasyPR is https://github.com/liuruoze/EasyPR, which is an excellent example of learning openCV. Thanks very much for the team of EasyPR! # update EasyPR has updated to 1.6alpha version. EasyPR_MFC update according to the 1.6alpha version of EasyPR. # EasyPR_MFC EasyPR comes with the demo based on win32 console, It's inconvenient to test one specified picture. So I created the EasyPR_MFC, which based on VS2013-x64 and opencv3.1. The functions of EasyPR_MFC is as follows: ## Single Test: test one picture at a time * The picture to be recognized could be specified by a button; * The source picture and the identified result could show on the interface; * The license plate recognition process and the middle process can be displayed in the top-left of source picture. ![image](http://livezingy.com/uploads/201608/easyPR_MFC.png) ## Batch Test: test all pictures in the specified folder. * The folder to be recognized could be specified by a button; * The file name and recognise result, the time of plate detect, get plate color and char recognise could be show in a list. ![image](http://livezingy.com/uploads/201609/opencv/CMSER_Detect.png) welcome to visit http://livezingy.com/batchtest-of-easypr/ for more information about EasyPR_MFC!