├── Login.pro ├── Login.pro.user ├── Login.pro.user.22 ├── MySQL.json ├── README.md ├── assets ├── 01.png ├── image-20230417205708627.png ├── image-20230417210720275.png └── image-20230417212952648.png ├── camerasthread.cpp ├── camerasthread.h ├── car.cpp ├── car.h ├── car.ui ├── deploy.sh ├── environment.md ├── images.qrc ├── images ├── bg01.jpg ├── bg02.png ├── car.jpg ├── exit.png ├── hello.jpg ├── logo.png └── welcome.png ├── include ├── easypr.h └── easypr │ ├── api.hpp │ ├── config.h │ ├── core │ ├── character.hpp │ ├── chars_identify.h │ ├── chars_recognise.h │ ├── chars_segment.h │ ├── core_func.h │ ├── feature.h │ ├── params.h │ ├── plate.hpp │ ├── plate_detect.h │ ├── plate_judge.h │ ├── plate_locate.h │ └── plate_recognize.h │ ├── train │ ├── annCh_train.h │ ├── ann_train.h │ ├── create_data.h │ ├── svm_train.h │ └── train.h │ ├── util │ ├── kv.h │ ├── program_options.h │ ├── switch.hpp │ └── util.h │ └── version.h ├── init_copy.ui ├── initfile.cpp ├── initfile.h ├── initfile.ui ├── login.cpp ├── login.h ├── logo.ico ├── main.cpp ├── mainwindow.ui ├── model ├── ann.xml ├── annCh.xml ├── ann_chinese.xml ├── province_mapping └── svm_hist.xml ├── mysql.cpp ├── mysql.h ├── mysqlinit.cpp ├── mysqlinit.h ├── platerecognize.cpp ├── platerecognize.h ├── pthreadpool.cpp ├── pthreadpool.h ├── resources ├── doc │ ├── res │ │ ├── 13ver.jpg │ │ ├── arch.jpg │ │ ├── batch_operation.jpg │ │ ├── batch_result.png │ │ ├── big_1.jpg │ │ ├── bigangle.png │ │ ├── blue_chars.png │ │ ├── blue_plate.jpg │ │ ├── contrast_1.jpg │ │ ├── debug.jpg │ │ ├── extreme_test.jpg │ │ ├── fetures.png │ │ ├── gdsl.jpg │ │ ├── general_test.jpg │ │ ├── levenshtein1.jpg │ │ ├── levenshtein2.jpg │ │ ├── levenshtein3.jpg │ │ ├── levenshteinAll.JPG │ │ ├── lifemode.jpg │ │ ├── near_1.jpg │ │ ├── new50.jpg │ │ ├── night_1.jpg │ │ ├── night_2.jpg │ │ ├── normal_ostu.jpg │ │ ├── not_avg_contrast.jpg │ │ ├── one_image_detect.jpg │ │ ├── plate_detect.jpg │ │ ├── plate_locate.jpg │ │ ├── spatial_ostu.jpg │ │ ├── svm_data.jpg │ │ ├── svm_rate.jpg │ │ ├── svm_train.jpg │ │ ├── svm_upgragde.png │ │ ├── testresult.png │ │ ├── testresult_1.3alpha.png │ │ ├── testresult_1.3beta.png │ │ ├── v1.5_result.jpg │ │ ├── window.png │ │ ├── yellow_chars.png │ │ └── yellow_plate.jpg │ └── 关于版权.txt ├── image │ ├── GDSL.txt │ ├── chars_identify.jpg │ ├── chars_recognise.jpg │ ├── chars_segment.jpg │ ├── general_test │ │ ├── GroundTruth_others.xml │ │ ├── GroundTruth_windows.xml │ │ ├── 京A88731.jpg │ │ ├── 京CX8888.jpg │ │ ├── 京FK5358.jpg │ │ ├── 京H99999.jpg │ │ ├── 京PC5U22.jpg │ │ ├── 冀FA3215.jpg │ │ ├── 川A019W2.jpg │ │ ├── 川A095Q5.jpg │ │ ├── 川A09X20.jpg │ │ ├── 川A105LR.jpg │ │ ├── 川A113YP.jpg │ │ ├── 川A561WP.jpg │ │ ├── 川A572F4.jpg │ │ ├── 川A762ZS.jpg │ │ ├── 川A82M83.jpg │ │ ├── 川A88888.jpg │ │ ├── 川AA662F.jpg │ │ ├── 川AE8H60.jpg │ │ ├── 川AEK882.jpg │ │ ├── 川AGU052.jpg │ │ ├── 川AGU801.jpg │ │ ├── 川AKM065.jpg │ │ ├── 川AKQ291.jpg │ │ ├── 川AL0Q87.jpg │ │ ├── 川AM1186.jpg │ │ ├── 川AN4E10.jpg │ │ ├── 川AR9X49.jpg │ │ ├── 川AS9V79.jpg │ │ ├── 川AUU093.jpg │ │ ├── 川AY116F.jpg │ │ ├── 川AZ408T.jpg │ │ ├── 川C28888.jpg │ │ ├── 川R35779.jpg │ │ ├── 桂ATK071.jpg │ │ ├── 沪A51V39.jpg │ │ ├── 沪AGH092.jpg │ │ ├── 沪ALB022.jpg │ │ ├── 沪AP0910.jpg │ │ ├── 沪B683J8.jpg │ │ ├── 沪D71603.jpg │ │ ├── 沪J32500.jpg │ │ ├── 沪JS6999.jpg │ │ ├── 沪K62933.jpg │ │ ├── 沪KT5583.jpg │ │ ├── 津AHP676.jpg │ │ ├── 津DTG667.jpg │ │ ├── 津E14579.jpg │ │ ├── 津E22602.jpg │ │ ├── 津E24494.jpg │ │ ├── 津E28437.jpg │ │ ├── 津G68991.jpg │ │ ├── 津H65817.jpg │ │ ├── 津JZ3999.jpg │ │ ├── 津KNG518.jpg │ │ ├── 津LS2999.jpg │ │ ├── 津MJY929.jpg │ │ ├── 津MN0888.jpg │ │ ├── 津NRL118.jpg │ │ ├── 津RB7992.jpg │ │ ├── 浙A03168.jpg │ │ ├── 浙A12210.jpg │ │ ├── 浙A12903.jpg │ │ ├── 浙A13840.jpg │ │ ├── 浙A21027.jpg │ │ ├── 浙A26M71.jpg │ │ ├── 浙A50819.jpg │ │ ├── 浙A54614.jpg │ │ ├── 浙A68952.jpg │ │ ├── 浙A72220.jpg │ │ ├── 浙A88888.jpg │ │ ├── 浙A95044.jpg │ │ ├── 浙AA2270.jpg │ │ ├── 浙AA4586.jpg │ │ ├── 浙AA5547.jpg │ │ ├── 浙AC1847.jpg │ │ ├── 浙AM690M.jpg │ │ ├── 浙B7C289.jpg │ │ ├── 浙C01701.jpg │ │ ├── 浙E6686V.jpg │ │ ├── 浙F397C0.jpg │ │ ├── 浙F99999.jpg │ │ ├── 浙G70000.jpg │ │ ├── 浙GZB388.jpg │ │ ├── 浙GZJ021.jpg │ │ ├── 浙JP291Q.jpg │ │ ├── 浙L11921.jpg │ │ ├── 浙L66736.jpg │ │ ├── 浙LD1930.jpg │ │ ├── 渝B3587学.jpg │ │ ├── 渝B777C9.jpg │ │ ├── 渝BE7773.jpg │ │ ├── 湘A05H22.jpg │ │ ├── 湘A07G31.jpg │ │ ├── 湘A0PC37.jpg │ │ ├── 湘A0PQ76.jpg │ │ ├── 湘A2991D.jpg │ │ ├── 湘A31Y83.jpg │ │ ├── 湘A3685C.jpg │ │ ├── 湘A3MA06.jpg │ │ ├── 湘A53U19.jpg │ │ ├── 湘A5RM87.jpg │ │ ├── 湘A97971.jpg │ │ ├── 湘A9NU97.jpg │ │ ├── 湘A9YU86.jpg │ │ ├── 湘AA8516.jpg │ │ ├── 湘AED855.jpg │ │ ├── 湘AL8387.jpg │ │ ├── 湘AT1Y68.jpg │ │ ├── 湘AT3597.jpg │ │ ├── 湘AT8781.jpg │ │ ├── 湘ATL269.jpg │ │ ├── 湘AYN355.jpg │ │ ├── 湘F8ZS83.JPG │ │ ├── 湘G60009.jpg │ │ ├── 湘GR0L16.jpg │ │ ├── 皖A00T45.jpg │ │ ├── 皖A09T87.jpg │ │ ├── 皖A1T235.jpg │ │ ├── 皖A22T43.jpg │ │ ├── 皖A2F560.jpg │ │ ├── 皖A30123.jpg │ │ ├── 皖A45277.jpg │ │ ├── 皖A80003.jpg │ │ ├── 皖A80375.jpg │ │ ├── 皖A85501.jpg │ │ ├── 皖A85890.jpg │ │ ├── 皖A87271.jpg │ │ ├── 皖AA3610.jpg │ │ ├── 皖AH8331.jpg │ │ ├── 皖AJH155.jpg │ │ ├── 皖AK169H.jpg │ │ ├── 皖AL025S.jpg │ │ ├── 皖AS3165.jpg │ │ ├── 皖AT789S.jpg │ │ ├── 皖ATH859.jpg │ │ ├── 皖AUB816.jpg │ │ ├── 皖AX688A.jpg │ │ ├── 皖BBC666.jpg │ │ ├── 皖EZM618.jpg │ │ ├── 皖F71646.jpg │ │ ├── 皖M12288.jpg │ │ ├── 皖M69311.jpg │ │ ├── 皖P77222.jpg │ │ ├── 皖Q06417.jpg │ │ ├── 皖Q0686学.jpg │ │ ├── 皖Q15538.jpg │ │ ├── 皖Q18632.jpg │ │ ├── 皖Q19917.jpg │ │ ├── 皖Q80197.jpg │ │ ├── 皖QA2825.jpg │ │ ├── 粤A2HQ34.JPG │ │ ├── 粤A2TS00.JPG │ │ ├── 粤A5DP12.JPG │ │ ├── 粤A5J512.jpg │ │ ├── 粤A5PJ05.JPG │ │ ├── 粤A5Q951.jpg │ │ ├── 粤A82349.jpg │ │ ├── 粤A84266.JPG │ │ ├── 粤A89311.JPG │ │ ├── 粤A94372.JPG │ │ ├── 粤A961F3.jpg │ │ ├── 粤AA0825.JPG │ │ ├── 粤AAA379.jpg │ │ ├── 粤AAB457.JPG │ │ ├── 粤AAC044.jpg │ │ ├── 粤AAD348.jpg │ │ ├── 粤AAF230.JPG │ │ ├── 粤AB288Y.JPG │ │ ├── 粤AB2893.JPG │ │ ├── 粤AF9C00.JPG │ │ ├── 粤AK9331.jpg │ │ ├── 粤AL6212.jpg │ │ ├── 粤AV0U41.jpg │ │ ├── 粤B0K999.jpg │ │ ├── 粤B2757B.jpg │ │ ├── 粤B2LR57.jpg │ │ ├── 粤B3RS91.jpg │ │ ├── 粤B4051L.jpg │ │ ├── 粤B577QK.jpg │ │ ├── 粤B5PQ23.JPG │ │ ├── 粤B5W601.JPG │ │ ├── 粤B7VW40.jpg │ │ ├── 粤B901BF.jpg │ │ ├── 粤B972HL.jpg │ │ ├── 粤BA103N.jpg │ │ ├── 粤BA9H07.jpg │ │ ├── 粤BB867A.jpg │ │ ├── 粤BDB720.jpg │ │ ├── 粤BE24Q7.jpg │ │ ├── 粤BE609T.jpg │ │ ├── 粤BK33E3.jpg │ │ ├── 粤BP3T05.jpg │ │ ├── 粤BR75Y3.jpg │ │ ├── 粤BTT255.jpg │ │ ├── 粤BW44R6.jpg │ │ ├── 粤BZ756T.jpg │ │ ├── 粤BZ89M9.jpg │ │ ├── 粤CXE592.jpg │ │ ├── 粤E9R439.JPG │ │ ├── 粤OA2160.jpg │ │ ├── 粤OA9112.jpg │ │ ├── 粤OT9048.jpg │ │ ├── 粤SD050L.JPG │ │ ├── 粤SK903B.JPG │ │ ├── 粤TD1291.jpg │ │ ├── 粤VS1866.jpg │ │ ├── 粤X30479.JPG │ │ ├── 苏A0CP56.jpg │ │ ├── 苏A20Q03.jpg │ │ ├── 苏A36E80.jpg │ │ ├── 苏A66U71.jpg │ │ ├── 苏A6E176.jpg │ │ ├── 苏A75976.jpg │ │ ├── 苏A85Z95.jpg │ │ ├── 苏A9YP07.jpg │ │ ├── 苏AD6A99.jpg │ │ ├── 苏ADW072.jpg │ │ ├── 苏AHOG66.jpg │ │ ├── 苏AL926V.jpg │ │ ├── 苏AP0966.jpg │ │ ├── 苏AQ5B65.jpg │ │ ├── 苏AVW997.jpg │ │ ├── 苏B551QV.jpg │ │ ├── 苏B577CU.jpg │ │ ├── 苏BGG522.jpg │ │ ├── 苏BU5838.jpg │ │ ├── 苏CTF181.jpg │ │ ├── 苏DLA031.jpg │ │ ├── 苏E2Y256.jpg │ │ ├── 苏E75614.jpg │ │ ├── 苏EB68W9.jpg │ │ ├── 豫K91239.jpg │ │ ├── 豫S33909.jpg │ │ ├── 豫U00000.jpg │ │ ├── 赣A82F36.jpg │ │ ├── 赣A88888.jpg │ │ ├── 赣K11978.jpg │ │ ├── 辽B99999.jpg │ │ ├── 辽BG0D80.jpg │ │ ├── 辽BMW005.jpg │ │ ├── 辽C33333.jpg │ │ ├── 辽PE9218.jpg │ │ ├── 闽CPB592.jpg │ │ ├── 闽HB1508.jpg │ │ ├── 陕AD2N68.jpg │ │ ├── 陕AE8F80.jpg │ │ ├── 鲁A88888.jpg │ │ ├── 鲁B995EQ.jpg │ │ ├── 鲁BQG527.jpg │ │ ├── 鲁JRW350.jpg │ │ ├── 鲁KK5555.jpg │ │ ├── 鲁LD9016.jpg │ │ ├── 鲁Y44748.jpg │ │ ├── 黑A16341.jpg │ │ ├── 黑A1R272.jpg │ │ └── 黑AB4444.jpg │ ├── native_test │ │ ├── GroundTruth_others.xml │ │ ├── GroundTruth_windows.xml │ │ ├── car.jpg │ │ ├── car1.jpg │ │ └── car3.jpg │ ├── plate_detect.jpg │ ├── plate_judge.jpg │ ├── plate_locate.jpg │ ├── plate_recognize.jpg │ ├── test.jpg │ ├── tmp │ │ ├── grayBINARY.jpg │ │ ├── grayblure.jpg │ │ ├── graygrad.jpg │ │ ├── inputgray2.jpg │ │ ├── phologyEx.jpg │ │ ├── repaireimg1.jpg │ │ ├── repaireimg2.jpg │ │ └── sobelSecSearch.jpg │ └── 使用说明.txt ├── result │ ├── Result.xml │ ├── accuracy.txt │ ├── gridSearch.txt │ └── plateGroundTruth.txt ├── text │ ├── batch_test_menu │ ├── chinese_mapping │ ├── dev_team │ ├── main_menu │ ├── province_mapping │ ├── test_menu │ ├── thanks │ └── train_menu └── train │ ├── ann.7z │ ├── annCh.7z │ ├── annGray.7z │ └── svm.7z ├── signup.cpp ├── signup.h ├── signup.ui ├── src ├── core │ ├── chars_identify.cpp │ ├── chars_recognise.cpp │ ├── chars_segment.cpp │ ├── core_func.cpp │ ├── feature.cpp │ ├── params.cpp │ ├── plate_detect.cpp │ ├── plate_judge.cpp │ ├── plate_locate.cpp │ └── plate_recognize.cpp ├── train │ ├── annCh_train.cpp │ ├── ann_train.cpp │ ├── create_data.cpp │ ├── svm_train.cpp │ └── train.cpp └── util │ ├── kv.cpp │ ├── program_options.cpp │ └── util.cpp ├── test ├── accuracy.hpp ├── chars.hpp ├── config.hpp ├── main.cpp ├── plate.hpp └── result.hpp ├── thirdparty ├── CMakeLists.txt ├── LBP │ ├── helper.cpp │ ├── helper.hpp │ ├── lbp.cpp │ └── lbp.hpp ├── mser │ ├── mser2.cpp │ └── mser2.hpp ├── svm │ ├── corrected_svm.cpp │ └── precomp.hpp ├── textDetect │ ├── erfilter.cpp │ └── erfilter.hpp └── xmlParser │ ├── AFPL-license.txt │ ├── xmlParser.cpp │ └── xmlParser.h ├── updatapie.cpp ├── updatapie.h ├── 查询订阅小程序 ├── .eslintrc.js ├── app.js ├── app.json ├── app.wxss ├── image │ ├── car.png │ ├── 我的.png │ └── 首页.png ├── pages │ ├── main │ │ ├── main.js │ │ ├── main.json │ │ ├── main.wxml │ │ └── main.wxss │ └── set │ │ ├── set.js │ │ ├── set.json │ │ ├── set.wxml │ │ └── set.wxss ├── project.config.json ├── project.private.config.json ├── sitemap.json └── utils │ └── util.js ├── 查询订阅小程序后端PHP ├── connectget.php └── connectup.php └── 论文数据库资料 ├── 停车场管理信息系统业务流程图.png ├── 停车场管理信息系统论文.docx ├── 停车管理信息系统第一层分解.png ├── 小程序数据测试.sql ├── 收费处理框.png ├── 数据库ER图.png ├── 数据库创建语句.sql ├── 数据库逻辑模型.png ├── 数据流程图顶层图.png ├── 整体模块设计.png ├── 注册业务.png ├── 表格数据库创建.sql ├── 设置预约表触发器.sql ├── 账户管理模块.png ├── 资料 ├── 车位查询预约.png ├── 车辆信息管理框.png ├── 车辆入场.png ├── 车辆出场.png └── 车辆管理模块.png /Login.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/Login.pro -------------------------------------------------------------------------------- /Login.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/Login.pro.user -------------------------------------------------------------------------------- /Login.pro.user.22: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/Login.pro.user.22 -------------------------------------------------------------------------------- /MySQL.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/MySQL.json -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/README.md -------------------------------------------------------------------------------- /assets/01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/assets/01.png -------------------------------------------------------------------------------- /assets/image-20230417205708627.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/assets/image-20230417205708627.png -------------------------------------------------------------------------------- /assets/image-20230417210720275.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/assets/image-20230417210720275.png -------------------------------------------------------------------------------- /assets/image-20230417212952648.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/assets/image-20230417212952648.png -------------------------------------------------------------------------------- /camerasthread.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/camerasthread.cpp -------------------------------------------------------------------------------- /camerasthread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/camerasthread.h -------------------------------------------------------------------------------- /car.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/car.cpp -------------------------------------------------------------------------------- /car.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/car.h -------------------------------------------------------------------------------- /car.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/car.ui -------------------------------------------------------------------------------- /deploy.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/deploy.sh -------------------------------------------------------------------------------- /environment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/environment.md -------------------------------------------------------------------------------- /images.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images.qrc -------------------------------------------------------------------------------- /images/bg01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images/bg01.jpg -------------------------------------------------------------------------------- /images/bg02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images/bg02.png -------------------------------------------------------------------------------- /images/car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images/car.jpg -------------------------------------------------------------------------------- /images/exit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images/exit.png -------------------------------------------------------------------------------- /images/hello.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images/hello.jpg -------------------------------------------------------------------------------- /images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images/logo.png -------------------------------------------------------------------------------- /images/welcome.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/images/welcome.png -------------------------------------------------------------------------------- /include/easypr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr.h -------------------------------------------------------------------------------- /include/easypr/api.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/api.hpp -------------------------------------------------------------------------------- /include/easypr/config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/config.h -------------------------------------------------------------------------------- /include/easypr/core/character.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/character.hpp -------------------------------------------------------------------------------- /include/easypr/core/chars_identify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/chars_identify.h -------------------------------------------------------------------------------- /include/easypr/core/chars_recognise.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/chars_recognise.h -------------------------------------------------------------------------------- /include/easypr/core/chars_segment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/chars_segment.h -------------------------------------------------------------------------------- /include/easypr/core/core_func.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/core_func.h -------------------------------------------------------------------------------- /include/easypr/core/feature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/feature.h -------------------------------------------------------------------------------- /include/easypr/core/params.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/params.h -------------------------------------------------------------------------------- /include/easypr/core/plate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/plate.hpp -------------------------------------------------------------------------------- /include/easypr/core/plate_detect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/plate_detect.h -------------------------------------------------------------------------------- /include/easypr/core/plate_judge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/plate_judge.h -------------------------------------------------------------------------------- /include/easypr/core/plate_locate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/plate_locate.h -------------------------------------------------------------------------------- /include/easypr/core/plate_recognize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/core/plate_recognize.h -------------------------------------------------------------------------------- /include/easypr/train/annCh_train.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/train/annCh_train.h -------------------------------------------------------------------------------- /include/easypr/train/ann_train.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/train/ann_train.h -------------------------------------------------------------------------------- /include/easypr/train/create_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/train/create_data.h -------------------------------------------------------------------------------- /include/easypr/train/svm_train.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/train/svm_train.h -------------------------------------------------------------------------------- /include/easypr/train/train.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/train/train.h -------------------------------------------------------------------------------- /include/easypr/util/kv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/util/kv.h -------------------------------------------------------------------------------- /include/easypr/util/program_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/util/program_options.h -------------------------------------------------------------------------------- /include/easypr/util/switch.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/util/switch.hpp -------------------------------------------------------------------------------- /include/easypr/util/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/util/util.h -------------------------------------------------------------------------------- /include/easypr/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/include/easypr/version.h -------------------------------------------------------------------------------- /init_copy.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/init_copy.ui -------------------------------------------------------------------------------- /initfile.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/initfile.cpp -------------------------------------------------------------------------------- /initfile.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/initfile.h -------------------------------------------------------------------------------- /initfile.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/initfile.ui -------------------------------------------------------------------------------- /login.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/login.cpp -------------------------------------------------------------------------------- /login.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/login.h -------------------------------------------------------------------------------- /logo.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/logo.ico -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /model/ann.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/model/ann.xml -------------------------------------------------------------------------------- /model/annCh.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/model/annCh.xml -------------------------------------------------------------------------------- /model/ann_chinese.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/model/ann_chinese.xml -------------------------------------------------------------------------------- /model/province_mapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/model/province_mapping -------------------------------------------------------------------------------- /model/svm_hist.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/model/svm_hist.xml -------------------------------------------------------------------------------- /mysql.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/mysql.cpp -------------------------------------------------------------------------------- /mysql.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/mysql.h -------------------------------------------------------------------------------- /mysqlinit.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/mysqlinit.cpp -------------------------------------------------------------------------------- /mysqlinit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/mysqlinit.h -------------------------------------------------------------------------------- /platerecognize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/platerecognize.cpp -------------------------------------------------------------------------------- /platerecognize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/platerecognize.h -------------------------------------------------------------------------------- /pthreadpool.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/pthreadpool.cpp -------------------------------------------------------------------------------- /pthreadpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/pthreadpool.h -------------------------------------------------------------------------------- /resources/doc/res/13ver.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/13ver.jpg -------------------------------------------------------------------------------- /resources/doc/res/arch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/arch.jpg -------------------------------------------------------------------------------- /resources/doc/res/batch_operation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/batch_operation.jpg -------------------------------------------------------------------------------- /resources/doc/res/batch_result.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/batch_result.png -------------------------------------------------------------------------------- /resources/doc/res/big_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/big_1.jpg -------------------------------------------------------------------------------- /resources/doc/res/bigangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/bigangle.png -------------------------------------------------------------------------------- /resources/doc/res/blue_chars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/blue_chars.png -------------------------------------------------------------------------------- /resources/doc/res/blue_plate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/blue_plate.jpg -------------------------------------------------------------------------------- /resources/doc/res/contrast_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/contrast_1.jpg -------------------------------------------------------------------------------- /resources/doc/res/debug.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/debug.jpg -------------------------------------------------------------------------------- /resources/doc/res/extreme_test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/extreme_test.jpg -------------------------------------------------------------------------------- /resources/doc/res/fetures.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/fetures.png -------------------------------------------------------------------------------- /resources/doc/res/gdsl.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/gdsl.jpg -------------------------------------------------------------------------------- /resources/doc/res/general_test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/general_test.jpg -------------------------------------------------------------------------------- /resources/doc/res/levenshtein1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/levenshtein1.jpg -------------------------------------------------------------------------------- /resources/doc/res/levenshtein2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/levenshtein2.jpg -------------------------------------------------------------------------------- /resources/doc/res/levenshtein3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/levenshtein3.jpg -------------------------------------------------------------------------------- /resources/doc/res/levenshteinAll.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/levenshteinAll.JPG -------------------------------------------------------------------------------- /resources/doc/res/lifemode.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/lifemode.jpg -------------------------------------------------------------------------------- /resources/doc/res/near_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/near_1.jpg -------------------------------------------------------------------------------- /resources/doc/res/new50.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/new50.jpg -------------------------------------------------------------------------------- /resources/doc/res/night_1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/night_1.jpg -------------------------------------------------------------------------------- /resources/doc/res/night_2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/night_2.jpg -------------------------------------------------------------------------------- /resources/doc/res/normal_ostu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/normal_ostu.jpg -------------------------------------------------------------------------------- /resources/doc/res/not_avg_contrast.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/not_avg_contrast.jpg -------------------------------------------------------------------------------- /resources/doc/res/one_image_detect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/one_image_detect.jpg -------------------------------------------------------------------------------- /resources/doc/res/plate_detect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/plate_detect.jpg -------------------------------------------------------------------------------- /resources/doc/res/plate_locate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/plate_locate.jpg -------------------------------------------------------------------------------- /resources/doc/res/spatial_ostu.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/spatial_ostu.jpg -------------------------------------------------------------------------------- /resources/doc/res/svm_data.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/svm_data.jpg -------------------------------------------------------------------------------- /resources/doc/res/svm_rate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/svm_rate.jpg -------------------------------------------------------------------------------- /resources/doc/res/svm_train.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/svm_train.jpg -------------------------------------------------------------------------------- /resources/doc/res/svm_upgragde.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/svm_upgragde.png -------------------------------------------------------------------------------- /resources/doc/res/testresult.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/testresult.png -------------------------------------------------------------------------------- /resources/doc/res/testresult_1.3alpha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/testresult_1.3alpha.png -------------------------------------------------------------------------------- /resources/doc/res/testresult_1.3beta.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/testresult_1.3beta.png -------------------------------------------------------------------------------- /resources/doc/res/v1.5_result.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/v1.5_result.jpg -------------------------------------------------------------------------------- /resources/doc/res/window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/window.png -------------------------------------------------------------------------------- /resources/doc/res/yellow_chars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/yellow_chars.png -------------------------------------------------------------------------------- /resources/doc/res/yellow_plate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/res/yellow_plate.jpg -------------------------------------------------------------------------------- /resources/doc/关于版权.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/doc/关于版权.txt -------------------------------------------------------------------------------- /resources/image/GDSL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/GDSL.txt -------------------------------------------------------------------------------- /resources/image/chars_identify.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/chars_identify.jpg -------------------------------------------------------------------------------- /resources/image/chars_recognise.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/chars_recognise.jpg -------------------------------------------------------------------------------- /resources/image/chars_segment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/chars_segment.jpg -------------------------------------------------------------------------------- /resources/image/general_test/GroundTruth_others.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/GroundTruth_others.xml -------------------------------------------------------------------------------- /resources/image/general_test/GroundTruth_windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/GroundTruth_windows.xml -------------------------------------------------------------------------------- /resources/image/general_test/京A88731.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/京A88731.jpg -------------------------------------------------------------------------------- /resources/image/general_test/京CX8888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/京CX8888.jpg -------------------------------------------------------------------------------- /resources/image/general_test/京FK5358.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/京FK5358.jpg -------------------------------------------------------------------------------- /resources/image/general_test/京H99999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/京H99999.jpg -------------------------------------------------------------------------------- /resources/image/general_test/京PC5U22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/京PC5U22.jpg -------------------------------------------------------------------------------- /resources/image/general_test/冀FA3215.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/冀FA3215.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A019W2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A019W2.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A095Q5.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A095Q5.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A09X20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A09X20.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A105LR.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A105LR.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A113YP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A113YP.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A561WP.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A561WP.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A572F4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A572F4.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A762ZS.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A762ZS.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A82M83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A82M83.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川A88888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川A88888.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AA662F.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AA662F.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AE8H60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AE8H60.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AEK882.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AEK882.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AGU052.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AGU052.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AGU801.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AGU801.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AKM065.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AKM065.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AKQ291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AKQ291.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AL0Q87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AL0Q87.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AM1186.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AM1186.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AN4E10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AN4E10.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AR9X49.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AR9X49.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AS9V79.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AS9V79.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AUU093.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AUU093.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AY116F.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AY116F.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川AZ408T.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川AZ408T.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川C28888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川C28888.jpg -------------------------------------------------------------------------------- /resources/image/general_test/川R35779.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/川R35779.jpg -------------------------------------------------------------------------------- /resources/image/general_test/桂ATK071.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/桂ATK071.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪A51V39.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪A51V39.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪AGH092.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪AGH092.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪ALB022.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪ALB022.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪AP0910.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪AP0910.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪B683J8.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪B683J8.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪D71603.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪D71603.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪J32500.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪J32500.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪JS6999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪JS6999.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪K62933.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪K62933.jpg -------------------------------------------------------------------------------- /resources/image/general_test/沪KT5583.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/沪KT5583.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津AHP676.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津AHP676.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津DTG667.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津DTG667.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津E14579.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津E14579.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津E22602.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津E22602.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津E24494.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津E24494.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津E28437.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津E28437.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津G68991.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津G68991.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津H65817.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津H65817.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津JZ3999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津JZ3999.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津KNG518.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津KNG518.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津LS2999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津LS2999.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津MJY929.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津MJY929.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津MN0888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津MN0888.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津NRL118.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津NRL118.jpg -------------------------------------------------------------------------------- /resources/image/general_test/津RB7992.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/津RB7992.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A03168.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A03168.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A12210.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A12210.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A12903.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A12903.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A13840.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A13840.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A21027.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A21027.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A26M71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A26M71.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A50819.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A50819.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A54614.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A54614.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A68952.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A68952.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A72220.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A72220.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A88888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A88888.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙A95044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙A95044.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙AA2270.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙AA2270.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙AA4586.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙AA4586.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙AA5547.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙AA5547.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙AC1847.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙AC1847.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙AM690M.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙AM690M.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙B7C289.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙B7C289.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙C01701.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙C01701.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙E6686V.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙E6686V.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙F397C0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙F397C0.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙F99999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙F99999.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙G70000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙G70000.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙GZB388.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙GZB388.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙GZJ021.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙GZJ021.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙JP291Q.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙JP291Q.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙L11921.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙L11921.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙L66736.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙L66736.jpg -------------------------------------------------------------------------------- /resources/image/general_test/浙LD1930.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/浙LD1930.jpg -------------------------------------------------------------------------------- /resources/image/general_test/渝B3587学.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/渝B3587学.jpg -------------------------------------------------------------------------------- /resources/image/general_test/渝B777C9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/渝B777C9.jpg -------------------------------------------------------------------------------- /resources/image/general_test/渝BE7773.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/渝BE7773.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A05H22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A05H22.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A07G31.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A07G31.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A0PC37.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A0PC37.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A0PQ76.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A0PQ76.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A2991D.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A2991D.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A31Y83.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A31Y83.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A3685C.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A3685C.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A3MA06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A3MA06.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A53U19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A53U19.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A5RM87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A5RM87.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A97971.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A97971.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A9NU97.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A9NU97.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘A9YU86.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘A9YU86.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘AA8516.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘AA8516.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘AED855.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘AED855.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘AL8387.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘AL8387.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘AT1Y68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘AT1Y68.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘AT3597.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘AT3597.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘AT8781.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘AT8781.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘ATL269.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘ATL269.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘AYN355.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘AYN355.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘F8ZS83.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘F8ZS83.JPG -------------------------------------------------------------------------------- /resources/image/general_test/湘G60009.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘G60009.jpg -------------------------------------------------------------------------------- /resources/image/general_test/湘GR0L16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/湘GR0L16.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A00T45.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A00T45.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A09T87.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A09T87.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A1T235.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A1T235.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A22T43.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A22T43.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A2F560.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A2F560.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A30123.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A30123.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A45277.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A45277.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A80003.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A80003.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A80375.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A80375.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A85501.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A85501.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A85890.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A85890.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖A87271.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖A87271.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AA3610.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AA3610.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AH8331.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AH8331.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AJH155.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AJH155.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AK169H.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AK169H.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AL025S.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AL025S.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AS3165.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AS3165.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AT789S.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AT789S.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖ATH859.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖ATH859.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AUB816.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AUB816.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖AX688A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖AX688A.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖BBC666.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖BBC666.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖EZM618.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖EZM618.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖F71646.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖F71646.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖M12288.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖M12288.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖M69311.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖M69311.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖P77222.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖P77222.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖Q06417.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖Q06417.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖Q0686学.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖Q0686学.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖Q15538.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖Q15538.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖Q18632.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖Q18632.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖Q19917.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖Q19917.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖Q80197.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖Q80197.jpg -------------------------------------------------------------------------------- /resources/image/general_test/皖QA2825.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/皖QA2825.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤A2HQ34.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A2HQ34.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤A2TS00.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A2TS00.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤A5DP12.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A5DP12.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤A5J512.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A5J512.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤A5PJ05.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A5PJ05.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤A5Q951.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A5Q951.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤A82349.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A82349.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤A84266.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A84266.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤A89311.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A89311.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤A94372.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A94372.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤A961F3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤A961F3.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤AA0825.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AA0825.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤AAA379.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AAA379.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤AAB457.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AAB457.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤AAC044.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AAC044.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤AAD348.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AAD348.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤AAF230.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AAF230.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤AB288Y.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AB288Y.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤AB2893.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AB2893.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤AF9C00.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AF9C00.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤AK9331.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AK9331.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤AL6212.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AL6212.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤AV0U41.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤AV0U41.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B0K999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B0K999.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B2757B.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B2757B.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B2LR57.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B2LR57.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B3RS91.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B3RS91.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B4051L.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B4051L.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B577QK.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B577QK.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B5PQ23.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B5PQ23.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤B5W601.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B5W601.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤B7VW40.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B7VW40.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B901BF.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B901BF.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤B972HL.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤B972HL.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BA103N.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BA103N.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BA9H07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BA9H07.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BB867A.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BB867A.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BDB720.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BDB720.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BE24Q7.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BE24Q7.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BE609T.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BE609T.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BK33E3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BK33E3.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BP3T05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BP3T05.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BR75Y3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BR75Y3.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BTT255.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BTT255.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BW44R6.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BW44R6.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BZ756T.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BZ756T.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤BZ89M9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤BZ89M9.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤CXE592.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤CXE592.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤E9R439.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤E9R439.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤OA2160.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤OA2160.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤OA9112.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤OA9112.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤OT9048.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤OT9048.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤SD050L.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤SD050L.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤SK903B.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤SK903B.JPG -------------------------------------------------------------------------------- /resources/image/general_test/粤TD1291.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤TD1291.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤VS1866.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤VS1866.jpg -------------------------------------------------------------------------------- /resources/image/general_test/粤X30479.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/粤X30479.JPG -------------------------------------------------------------------------------- /resources/image/general_test/苏A0CP56.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A0CP56.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏A20Q03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A20Q03.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏A36E80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A36E80.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏A66U71.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A66U71.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏A6E176.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A6E176.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏A75976.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A75976.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏A85Z95.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A85Z95.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏A9YP07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏A9YP07.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏AD6A99.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏AD6A99.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏ADW072.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏ADW072.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏AHOG66.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏AHOG66.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏AL926V.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏AL926V.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏AP0966.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏AP0966.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏AQ5B65.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏AQ5B65.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏AVW997.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏AVW997.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏B551QV.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏B551QV.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏B577CU.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏B577CU.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏BGG522.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏BGG522.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏BU5838.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏BU5838.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏CTF181.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏CTF181.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏DLA031.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏DLA031.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏E2Y256.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏E2Y256.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏E75614.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏E75614.jpg -------------------------------------------------------------------------------- /resources/image/general_test/苏EB68W9.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/苏EB68W9.jpg -------------------------------------------------------------------------------- /resources/image/general_test/豫K91239.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/豫K91239.jpg -------------------------------------------------------------------------------- /resources/image/general_test/豫S33909.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/豫S33909.jpg -------------------------------------------------------------------------------- /resources/image/general_test/豫U00000.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/豫U00000.jpg -------------------------------------------------------------------------------- /resources/image/general_test/赣A82F36.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/赣A82F36.jpg -------------------------------------------------------------------------------- /resources/image/general_test/赣A88888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/赣A88888.jpg -------------------------------------------------------------------------------- /resources/image/general_test/赣K11978.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/赣K11978.jpg -------------------------------------------------------------------------------- /resources/image/general_test/辽B99999.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/辽B99999.jpg -------------------------------------------------------------------------------- /resources/image/general_test/辽BG0D80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/辽BG0D80.jpg -------------------------------------------------------------------------------- /resources/image/general_test/辽BMW005.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/辽BMW005.jpg -------------------------------------------------------------------------------- /resources/image/general_test/辽C33333.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/辽C33333.jpg -------------------------------------------------------------------------------- /resources/image/general_test/辽PE9218.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/辽PE9218.jpg -------------------------------------------------------------------------------- /resources/image/general_test/闽CPB592.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/闽CPB592.jpg -------------------------------------------------------------------------------- /resources/image/general_test/闽HB1508.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/闽HB1508.jpg -------------------------------------------------------------------------------- /resources/image/general_test/陕AD2N68.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/陕AD2N68.jpg -------------------------------------------------------------------------------- /resources/image/general_test/陕AE8F80.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/陕AE8F80.jpg -------------------------------------------------------------------------------- /resources/image/general_test/鲁A88888.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/鲁A88888.jpg -------------------------------------------------------------------------------- /resources/image/general_test/鲁B995EQ.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/鲁B995EQ.jpg -------------------------------------------------------------------------------- /resources/image/general_test/鲁BQG527.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/鲁BQG527.jpg -------------------------------------------------------------------------------- /resources/image/general_test/鲁JRW350.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/鲁JRW350.jpg -------------------------------------------------------------------------------- /resources/image/general_test/鲁KK5555.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/鲁KK5555.jpg -------------------------------------------------------------------------------- /resources/image/general_test/鲁LD9016.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/鲁LD9016.jpg -------------------------------------------------------------------------------- /resources/image/general_test/鲁Y44748.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/鲁Y44748.jpg -------------------------------------------------------------------------------- /resources/image/general_test/黑A16341.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/黑A16341.jpg -------------------------------------------------------------------------------- /resources/image/general_test/黑A1R272.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/黑A1R272.jpg -------------------------------------------------------------------------------- /resources/image/general_test/黑AB4444.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/general_test/黑AB4444.jpg -------------------------------------------------------------------------------- /resources/image/native_test/GroundTruth_others.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/native_test/GroundTruth_others.xml -------------------------------------------------------------------------------- /resources/image/native_test/GroundTruth_windows.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/native_test/GroundTruth_windows.xml -------------------------------------------------------------------------------- /resources/image/native_test/car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/native_test/car.jpg -------------------------------------------------------------------------------- /resources/image/native_test/car1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/native_test/car1.jpg -------------------------------------------------------------------------------- /resources/image/native_test/car3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/native_test/car3.jpg -------------------------------------------------------------------------------- /resources/image/plate_detect.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/plate_detect.jpg -------------------------------------------------------------------------------- /resources/image/plate_judge.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/plate_judge.jpg -------------------------------------------------------------------------------- /resources/image/plate_locate.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/plate_locate.jpg -------------------------------------------------------------------------------- /resources/image/plate_recognize.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/plate_recognize.jpg -------------------------------------------------------------------------------- /resources/image/test.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/test.jpg -------------------------------------------------------------------------------- /resources/image/tmp/grayBINARY.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/grayBINARY.jpg -------------------------------------------------------------------------------- /resources/image/tmp/grayblure.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/grayblure.jpg -------------------------------------------------------------------------------- /resources/image/tmp/graygrad.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/graygrad.jpg -------------------------------------------------------------------------------- /resources/image/tmp/inputgray2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/inputgray2.jpg -------------------------------------------------------------------------------- /resources/image/tmp/phologyEx.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/phologyEx.jpg -------------------------------------------------------------------------------- /resources/image/tmp/repaireimg1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/repaireimg1.jpg -------------------------------------------------------------------------------- /resources/image/tmp/repaireimg2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/repaireimg2.jpg -------------------------------------------------------------------------------- /resources/image/tmp/sobelSecSearch.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/tmp/sobelSecSearch.jpg -------------------------------------------------------------------------------- /resources/image/使用说明.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/image/使用说明.txt -------------------------------------------------------------------------------- /resources/result/Result.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/result/Result.xml -------------------------------------------------------------------------------- /resources/result/accuracy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/result/accuracy.txt -------------------------------------------------------------------------------- /resources/result/gridSearch.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /resources/result/plateGroundTruth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/result/plateGroundTruth.txt -------------------------------------------------------------------------------- /resources/text/batch_test_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/batch_test_menu -------------------------------------------------------------------------------- /resources/text/chinese_mapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/chinese_mapping -------------------------------------------------------------------------------- /resources/text/dev_team: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/dev_team -------------------------------------------------------------------------------- /resources/text/main_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/main_menu -------------------------------------------------------------------------------- /resources/text/province_mapping: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/province_mapping -------------------------------------------------------------------------------- /resources/text/test_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/test_menu -------------------------------------------------------------------------------- /resources/text/thanks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/thanks -------------------------------------------------------------------------------- /resources/text/train_menu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/text/train_menu -------------------------------------------------------------------------------- /resources/train/ann.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/train/ann.7z -------------------------------------------------------------------------------- /resources/train/annCh.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/train/annCh.7z -------------------------------------------------------------------------------- /resources/train/annGray.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/train/annGray.7z -------------------------------------------------------------------------------- /resources/train/svm.7z: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/resources/train/svm.7z -------------------------------------------------------------------------------- /signup.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/signup.cpp -------------------------------------------------------------------------------- /signup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/signup.h -------------------------------------------------------------------------------- /signup.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/signup.ui -------------------------------------------------------------------------------- /src/core/chars_identify.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/chars_identify.cpp -------------------------------------------------------------------------------- /src/core/chars_recognise.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/chars_recognise.cpp -------------------------------------------------------------------------------- /src/core/chars_segment.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/chars_segment.cpp -------------------------------------------------------------------------------- /src/core/core_func.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/core_func.cpp -------------------------------------------------------------------------------- /src/core/feature.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/feature.cpp -------------------------------------------------------------------------------- /src/core/params.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/params.cpp -------------------------------------------------------------------------------- /src/core/plate_detect.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/plate_detect.cpp -------------------------------------------------------------------------------- /src/core/plate_judge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/plate_judge.cpp -------------------------------------------------------------------------------- /src/core/plate_locate.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/plate_locate.cpp -------------------------------------------------------------------------------- /src/core/plate_recognize.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/core/plate_recognize.cpp -------------------------------------------------------------------------------- /src/train/annCh_train.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/train/annCh_train.cpp -------------------------------------------------------------------------------- /src/train/ann_train.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/train/ann_train.cpp -------------------------------------------------------------------------------- /src/train/create_data.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/train/create_data.cpp -------------------------------------------------------------------------------- /src/train/svm_train.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/train/svm_train.cpp -------------------------------------------------------------------------------- /src/train/train.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/train/train.cpp -------------------------------------------------------------------------------- /src/util/kv.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/util/kv.cpp -------------------------------------------------------------------------------- /src/util/program_options.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/util/program_options.cpp -------------------------------------------------------------------------------- /src/util/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/src/util/util.cpp -------------------------------------------------------------------------------- /test/accuracy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/test/accuracy.hpp -------------------------------------------------------------------------------- /test/chars.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/test/chars.hpp -------------------------------------------------------------------------------- /test/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/test/config.hpp -------------------------------------------------------------------------------- /test/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/test/main.cpp -------------------------------------------------------------------------------- /test/plate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/test/plate.hpp -------------------------------------------------------------------------------- /test/result.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/test/result.hpp -------------------------------------------------------------------------------- /thirdparty/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/CMakeLists.txt -------------------------------------------------------------------------------- /thirdparty/LBP/helper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/LBP/helper.cpp -------------------------------------------------------------------------------- /thirdparty/LBP/helper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/LBP/helper.hpp -------------------------------------------------------------------------------- /thirdparty/LBP/lbp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/LBP/lbp.cpp -------------------------------------------------------------------------------- /thirdparty/LBP/lbp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/LBP/lbp.hpp -------------------------------------------------------------------------------- /thirdparty/mser/mser2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/mser/mser2.cpp -------------------------------------------------------------------------------- /thirdparty/mser/mser2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/mser/mser2.hpp -------------------------------------------------------------------------------- /thirdparty/svm/corrected_svm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/svm/corrected_svm.cpp -------------------------------------------------------------------------------- /thirdparty/svm/precomp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/svm/precomp.hpp -------------------------------------------------------------------------------- /thirdparty/textDetect/erfilter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/textDetect/erfilter.cpp -------------------------------------------------------------------------------- /thirdparty/textDetect/erfilter.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/textDetect/erfilter.hpp -------------------------------------------------------------------------------- /thirdparty/xmlParser/AFPL-license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/xmlParser/AFPL-license.txt -------------------------------------------------------------------------------- /thirdparty/xmlParser/xmlParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/xmlParser/xmlParser.cpp -------------------------------------------------------------------------------- /thirdparty/xmlParser/xmlParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/thirdparty/xmlParser/xmlParser.h -------------------------------------------------------------------------------- /updatapie.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/updatapie.cpp -------------------------------------------------------------------------------- /updatapie.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/updatapie.h -------------------------------------------------------------------------------- /查询订阅小程序/.eslintrc.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/.eslintrc.js -------------------------------------------------------------------------------- /查询订阅小程序/app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/app.js -------------------------------------------------------------------------------- /查询订阅小程序/app.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/app.json -------------------------------------------------------------------------------- /查询订阅小程序/app.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/app.wxss -------------------------------------------------------------------------------- /查询订阅小程序/image/car.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/image/car.png -------------------------------------------------------------------------------- /查询订阅小程序/image/我的.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/image/我的.png -------------------------------------------------------------------------------- /查询订阅小程序/image/首页.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/image/首页.png -------------------------------------------------------------------------------- /查询订阅小程序/pages/main/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/pages/main/main.js -------------------------------------------------------------------------------- /查询订阅小程序/pages/main/main.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {} 3 | 4 | } -------------------------------------------------------------------------------- /查询订阅小程序/pages/main/main.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/pages/main/main.wxml -------------------------------------------------------------------------------- /查询订阅小程序/pages/main/main.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/pages/main/main.wxss -------------------------------------------------------------------------------- /查询订阅小程序/pages/set/set.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/pages/set/set.js -------------------------------------------------------------------------------- /查询订阅小程序/pages/set/set.json: -------------------------------------------------------------------------------- 1 | { 2 | "usingComponents": {}, 3 | "navigationBarTitleText": "车牌存储系统" 4 | } 5 | -------------------------------------------------------------------------------- /查询订阅小程序/pages/set/set.wxml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/pages/set/set.wxml -------------------------------------------------------------------------------- /查询订阅小程序/pages/set/set.wxss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/pages/set/set.wxss -------------------------------------------------------------------------------- /查询订阅小程序/project.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/project.config.json -------------------------------------------------------------------------------- /查询订阅小程序/project.private.config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/project.private.config.json -------------------------------------------------------------------------------- /查询订阅小程序/sitemap.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/sitemap.json -------------------------------------------------------------------------------- /查询订阅小程序/utils/util.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序/utils/util.js -------------------------------------------------------------------------------- /查询订阅小程序后端PHP/connectget.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序后端PHP/connectget.php -------------------------------------------------------------------------------- /查询订阅小程序后端PHP/connectup.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/查询订阅小程序后端PHP/connectup.php -------------------------------------------------------------------------------- /论文数据库资料/停车场管理信息系统业务流程图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/停车场管理信息系统业务流程图.png -------------------------------------------------------------------------------- /论文数据库资料/停车场管理信息系统论文.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/停车场管理信息系统论文.docx -------------------------------------------------------------------------------- /论文数据库资料/停车管理信息系统第一层分解.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/停车管理信息系统第一层分解.png -------------------------------------------------------------------------------- /论文数据库资料/小程序数据测试.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/小程序数据测试.sql -------------------------------------------------------------------------------- /论文数据库资料/收费处理框.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/收费处理框.png -------------------------------------------------------------------------------- /论文数据库资料/数据库ER图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/数据库ER图.png -------------------------------------------------------------------------------- /论文数据库资料/数据库创建语句.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/数据库创建语句.sql -------------------------------------------------------------------------------- /论文数据库资料/数据库逻辑模型.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/数据库逻辑模型.png -------------------------------------------------------------------------------- /论文数据库资料/数据流程图顶层图.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/数据流程图顶层图.png -------------------------------------------------------------------------------- /论文数据库资料/整体模块设计.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/整体模块设计.png -------------------------------------------------------------------------------- /论文数据库资料/注册业务.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/注册业务.png -------------------------------------------------------------------------------- /论文数据库资料/表格数据库创建.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/表格数据库创建.sql -------------------------------------------------------------------------------- /论文数据库资料/设置预约表触发器.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/设置预约表触发器.sql -------------------------------------------------------------------------------- /论文数据库资料/账户管理模块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/账户管理模块.png -------------------------------------------------------------------------------- /论文数据库资料/资料: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /论文数据库资料/车位查询预约.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/车位查询预约.png -------------------------------------------------------------------------------- /论文数据库资料/车辆信息管理框.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/车辆信息管理框.png -------------------------------------------------------------------------------- /论文数据库资料/车辆入场.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/车辆入场.png -------------------------------------------------------------------------------- /论文数据库资料/车辆出场.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/车辆出场.png -------------------------------------------------------------------------------- /论文数据库资料/车辆管理模块.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/foryouos/Parking_System/HEAD/论文数据库资料/车辆管理模块.png --------------------------------------------------------------------------------