일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
- guide
- 웹기획
- securitykey
- PublicKey
- 요구사항정의서 #기획 #UI/UX기획
- javascript #prototype # array # find()
- 일기
- Git
- Ke
- CSS #pseudo-classes
- TensorFlow
- nodejs
- passport.js
- anaconda
- Javascript #MDN #Webs #Docs
- behaviorsubject
- keytool
- 안좋은습관10가지
- SSL인증서
- 해시함수
- webpack
- Storyboard
- tsotry
- typescript
- 가상사설망
- Vue
- angular
- CSS #flex
- privateKey
- es5 #es6
- Today
- Total
민자의 지식창고
텍스트 찾기(Text Detection) 본문
숫자를 찾으려다 보니, 글씨를 찾는 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 인식을 시킬수 있을지 고민이 됩니다.
'개발노트 > OpenCV' 카테고리의 다른 글
폴더 이미지 예측하기 (0) | 2020.09.04 |
---|---|
Tesseract (2) | 2020.08.10 |
모폴로지연산 (0) | 2020.08.04 |
이미지 Contour (0) | 2020.07.27 |
CNN모델을 이용한 숫자 인식하기 (0) | 2020.07.27 |