일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- webpack
- keytool
- tsotry
- 가상사설망
- nodejs
- CSS #pseudo-classes
- angular
- CSS #flex
- guide
- behaviorsubject
- 안좋은습관10가지
- PublicKey
- Ke
- javascript #prototype # array # find()
- es5 #es6
- 웹기획
- 해시함수
- SSL인증서
- Storyboard
- Vue
- securitykey
- 요구사항정의서 #기획 #UI/UX기획
- passport.js
- Javascript #MDN #Webs #Docs
- 일기
- typescript
- anaconda
- privateKey
- TensorFlow
- Git
- Today
- Total
목록개발노트/OpenCV (14)
민자의 지식창고
폴더의 이미지 파일을 하나씩 불러 온후, 이미 생성된 모델을 예측을 합니다. 대신 모델은 36*36 사이즈로 Input으로 생성된 모델이고, counturs를 하면, 이미지의 전처리가 안되서 대충 w,h 5이상 42이하는 걸러서 예측하도록 했습니다. 다 하면 지저분 해져서, 필터안되는 부분은 try-catch로 무시하고, 하니 쫌 깔끔해진 이미지들이 추출 됩니다.
Anacoda 환경에서 Tesseract 다운 받기 https://anaconda.org/conda-forge/tesseract Tesseract :: Anaconda Cloud Description Tesseract is an OCR engine with support for unicode and the ability to recognize more than 100 languages out of the box. It can be trained to recognize other languages. anaconda.org Clodue 환경인 Ananconda에 명령어 중 하나만 치면 됩니다 #To install this package with conda run one of the following: con..
숫자를 찾으려다 보니, 글씨를 찾는 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 EAS..