[빵형의 개발도상국] 자동차 번호판 인식기 - Python, 이미지 프로세싱





실전 이미지 프로세싱 기술을 이용하여 자동차의 번호판을 인식해봅시다! Source code(Github): https://github.com/kairess/license_pl... Dependencies: - Python - numpy - pytesseract - OpenCV - matplotlib tesseract: https://github.com/tesseract-ocr/tess... kore.traindata: https://github.com/tesseract-ocr/tess...

댓글

이 블로그의 인기 게시물

[이수안컴퓨터연구소] 파이썬 레이싱 자동차 게임 만들기 Creating a Python Racing Car Game with pygame (한글자막)

[빵형의 개발도상국] 얼굴 인식 알고리즘 성능 비교 - Python, Deep Learning