├── .gitignore ├── README.md ├── config.py ├── debug.py ├── img ├── IMG_20180523_110335.jpg ├── 捕获.PNG └── 捕获1.PNG ├── img_function.py ├── img_math.py ├── img_recognition.py ├── main_VLPR.py ├── svm.dat ├── svmchinese.dat ├── test ├── )UL29G5OWJIH6]8Z77`$7RP.png ├── 20180428004514.png ├── 6I0GFMOFS5N8YXV4IAS}$DH.png ├── QQ图片20180428005054.png ├── QQ图片20180601185934.jpg ├── Yes_img │ ├── 1_1.jpg │ ├── 1_2.jpg │ ├── 1_3.jpg │ ├── 2_1.png │ ├── 2_2.jpg │ ├── 2_3.jpg │ ├── 3_1.png │ └── 3_2.jpg ├── cAA662F.jpg ├── car4.jpg ├── car5.jpg ├── car7.jpg ├── ganzou08.png ├── ganzou353.png ├── ganzou4.png ├── ganzou5.png ├── ganzou6.png ├── ganzou7.png ├── hanhuan.png ├── lLD9016.jpg ├── timg.jpg ├── timg1.jpg ├── timg2.jpg ├── timg3.jpg ├── timg4.jpg ├── wA87271.jpg ├── wATH859.jpg └── wAUB816.jpg └── train ├── chars2.7z └── charsChinese.7z /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/README.md -------------------------------------------------------------------------------- /config.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/config.py -------------------------------------------------------------------------------- /debug.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/debug.py -------------------------------------------------------------------------------- /img/IMG_20180523_110335.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/img/IMG_20180523_110335.jpg -------------------------------------------------------------------------------- /img/捕获.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/img/捕获.PNG -------------------------------------------------------------------------------- /img/捕获1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/img/捕获1.PNG -------------------------------------------------------------------------------- /img_function.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/img_function.py -------------------------------------------------------------------------------- /img_math.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/img_math.py -------------------------------------------------------------------------------- /img_recognition.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/img_recognition.py -------------------------------------------------------------------------------- /main_VLPR.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/main_VLPR.py -------------------------------------------------------------------------------- /svm.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/svm.dat -------------------------------------------------------------------------------- /svmchinese.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/svmchinese.dat -------------------------------------------------------------------------------- /test/)UL29G5OWJIH6]8Z77`$7RP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/)UL29G5OWJIH6]8Z77`$7RP.png -------------------------------------------------------------------------------- /test/20180428004514.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/20180428004514.png -------------------------------------------------------------------------------- /test/6I0GFMOFS5N8YXV4IAS}$DH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/6I0GFMOFS5N8YXV4IAS}$DH.png -------------------------------------------------------------------------------- /test/QQ图片20180428005054.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/QQ图片20180428005054.png -------------------------------------------------------------------------------- /test/QQ图片20180601185934.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/QQ图片20180601185934.jpg -------------------------------------------------------------------------------- /test/Yes_img/1_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/1_1.jpg -------------------------------------------------------------------------------- /test/Yes_img/1_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/1_2.jpg -------------------------------------------------------------------------------- /test/Yes_img/1_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/1_3.jpg -------------------------------------------------------------------------------- /test/Yes_img/2_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/2_1.png -------------------------------------------------------------------------------- /test/Yes_img/2_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/2_2.jpg -------------------------------------------------------------------------------- /test/Yes_img/2_3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/2_3.jpg -------------------------------------------------------------------------------- /test/Yes_img/3_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/3_1.png -------------------------------------------------------------------------------- /test/Yes_img/3_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/Yes_img/3_2.jpg -------------------------------------------------------------------------------- /test/cAA662F.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/cAA662F.jpg -------------------------------------------------------------------------------- /test/car4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/car4.jpg -------------------------------------------------------------------------------- /test/car5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/car5.jpg -------------------------------------------------------------------------------- /test/car7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/car7.jpg -------------------------------------------------------------------------------- /test/ganzou08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/ganzou08.png -------------------------------------------------------------------------------- /test/ganzou353.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/ganzou353.png -------------------------------------------------------------------------------- /test/ganzou4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/ganzou4.png -------------------------------------------------------------------------------- /test/ganzou5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/ganzou5.png -------------------------------------------------------------------------------- /test/ganzou6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/ganzou6.png -------------------------------------------------------------------------------- /test/ganzou7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/ganzou7.png -------------------------------------------------------------------------------- /test/hanhuan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/hanhuan.png -------------------------------------------------------------------------------- /test/lLD9016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/lLD9016.jpg -------------------------------------------------------------------------------- /test/timg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/timg.jpg -------------------------------------------------------------------------------- /test/timg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/timg1.jpg -------------------------------------------------------------------------------- /test/timg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/timg2.jpg -------------------------------------------------------------------------------- /test/timg3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/timg3.jpg -------------------------------------------------------------------------------- /test/timg4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/timg4.jpg -------------------------------------------------------------------------------- /test/wA87271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/wA87271.jpg -------------------------------------------------------------------------------- /test/wATH859.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/wATH859.jpg -------------------------------------------------------------------------------- /test/wAUB816.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/test/wAUB816.jpg -------------------------------------------------------------------------------- /train/chars2.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/train/chars2.7z -------------------------------------------------------------------------------- /train/charsChinese.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/yinghualuowu/Python_VLPR/HEAD/train/charsChinese.7z --------------------------------------------------------------------------------