- 이은학 Eunhak Lee
- Github @return0927
- Facebook @R3turn.01
- RocketPunch @eh.lee
- Email admin@return0927.xyz
Eng
Using Python OpenCV2, draw the edge lines of an image.
Kor
Python OpenCV2를 이용하여 이미지에서 사각형의 윤곽을 찾고 이미지에 표시합니다.
- Set-up a virtual environment and setup dependencies.
$ py -3.6 -m virtualenv .venv
$ call .venv\Scripts\activate.bat
$ pip install -r requirements.txt
-
Put the data files into
data-in
. -
Edit
EstimateRectangle.py
as you want. -
Run
EstimateRectangle.py
.
(.venv) $ python EstimateRectangle.py
Please make PRs & Issues.