민자의 지식창고

텍스트 찾기(Text Detection) 본문

개발노트/OpenCV

텍스트 찾기(Text Detection)

전지적민자시점 2020. 8. 7. 16:20

숫자를 찾으려다 보니, 글씨를 찾는 ROI를 찾을수 있는 방법을 찾다보니 아래와 같은 곳을 찾아보게 되었습니다

첫번째는 텍스트 위치 찾기

두번째는 OCR 입니다. 

 

참고 내용 - 본문은 아래에 있습니다. 해당 글이 문제가 있다면, 삭제 하도록 하겠습니다.

https://www.pyimagesearch.com/2018/08/20/opencv-text-detection-east-text-detector/

 

OpenCV Text Detection (EAST text detector) - PyImageSearch

In this tutorial you will learn how to use OpenCV to detect text in images and video, including using OpenCV's EAST text detector for natural scene text detection.

www.pyimagesearch.com

 

https://www.pyimagesearch.com/2018/09/17/opencv-ocr-and-text-recognition-with-tesseract/

 

OpenCV OCR and text recognition with Tesseract - PyImageSearch

Learn how to perform OpenCV OCR (Optical Character Recognition) by applying (1) text detection and (2) text recognition using OpenCV and Tesseract 4.

www.pyimagesearch.com

첫번째 실제 소스를 받아서 돌려보니, 샘플이 아주 잘 놔와서, 가지고 있는 샘플 몇개를 돌리니, 완벽하지는 못해 이걸 가지고 어떻게 더 좋은 OCR 인식을 시킬수 있을지 고민이 됩니다.

728x90

'개발노트 > OpenCV' 카테고리의 다른 글

폴더 이미지 예측하기  (0) 2020.09.04
Tesseract  (2) 2020.08.10
모폴로지연산  (0) 2020.08.04
이미지 Contour  (0) 2020.07.27
CNN모델을 이용한 숫자 인식하기  (0) 2020.07.27