車牌自動識別庫:OpenALPR
OpenALPR 是一個采用C++編寫的開源車牌自動識別庫,并綁定了 C#、Java、Node.js 和 Python支持。此庫通過分析圖像和視頻流來識別車牌。輸出的結果是車牌字符的文本類型。
user@linux:~/openalpr$ alpr ./samplecar.png plate0: top 10 results -- Processing Time = 58.1879ms. - PE3R2X confidence: 88.9371 - PE32X confidence: 78.1385 - PE3R2 confidence: 77.5444 - PE3R2Y confidence: 76.1448 - P63R2X confidence: 72.9016 - FE3R2X confidence: 72.1147 - PE32 confidence: 66.7458 - PE32Y confidence: 65.3462 - P632X confidence: 62.1031 - P63R2 confidence: 61.5089
Detailed command line usage:
user@linux:~/openalpr$ alpr --help USAGE: alpr [-c <country_code>] [--config <config_file>] [-n <topN>] [--seek <integer_ms>] [-p <pattern code>] [--clock] [-d] [-j] [--] [--version] [-h] <image_file_path> Where: -c <country_code>, --country <country_code> Country code to identify (either us for USA or eu for Europe). Default=us --config <config_file> Path to the openalpr.conf file -n <topN>, --topn <topN> Max number of possible plate numbers to return. Default=10 --seek <integer_ms> Seek to the specified millisecond in a video file. Default=0 -p <pattern code>, --pattern <pattern code> Attempt to match the plate number against a plate pattern (e.g., md for Maryland, ca for California) --clock Measure/print the total time to process image and all plates. Default=off -d, --detect_region Attempt to detect the region of the plate image. [Experimental] Default=off -j, --json Output recognition results in JSON format. Default=off --, --ignore_rest Ignores the rest of the labeled arguments following this flag. --version Displays version information and exits. -h, --help Displays usage information and exits. <image_file_path> Image containing license plates OpenAlpr Command Line Utility
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!