Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
igorm committed Nov 30, 2019
1 parent 6892d06 commit 159fa10
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# numericvision

A Python 3 package for detecting
[numeric (seven-segment) displays](https://en.wikipedia.org/wiki/Seven-segment_display) in images
and running [perspective correction](https://en.wikipedia.org/wiki/Perspective_control) on them
using [OpenCV 4](https://opencv.org).
A Python 3 package for detecting numeric
[seven-segment displays](https://en.wikipedia.org/wiki/Seven-segment_display) in images and running
[perspective correction](https://en.wikipedia.org/wiki/Perspective_control) on them using
[OpenCV 4](https://opencv.org).

`detect_box_sequences()` first applies a series of filters to the input image to reduce noise, bring
out primary contours and bridge gaps between digit segments (see `images.apply_filters()`). Next,
Expand All @@ -16,8 +16,6 @@ contained in a `Bag`.
In other words, raw contours serve as input for an object detection pipeline which produces results
in the form of a crawlable object tree.

![Demo](tests/demo.png)

## Installation

```
Expand Down

0 comments on commit 159fa10

Please sign in to comment.