Skip to content

R3turn-Dev/CVEstimateRectangles

Repository files navigation

Estimate Rectangle (윤곽선 추정하기)

Python 3.6.5

결과물 보기 (See Results)

Author

Abstract

Eng

Using Python OpenCV2, draw the edge lines of an image.

Kor

Python OpenCV2를 이용하여 이미지에서 사각형의 윤곽을 찾고 이미지에 표시합니다.

Examples

  1. Original Original

  2. Canny Cannyed Edge

  3. Mixed (All Rects) Mixed (All)

  4. Mixed (One) Mixed (All)

Usage

  1. Set-up a virtual environment and setup dependencies.
$ py -3.6 -m virtualenv .venv
$ call .venv\Scripts\activate.bat
$ pip install -r requirements.txt
  1. Put the data files into data-in.

  2. Edit EstimateRectangle.py as you want.

  3. Run EstimateRectangle.py.

(.venv) $ python EstimateRectangle.py

Contribute

Please make PRs & Issues.

Releases

No releases published

Packages

No packages published

Languages