Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir55 authored Dec 2, 2017
1 parent 280dc8d commit 893c2e0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ The main aim of this project is to compile and execute (try to repair compilatio
* OTSU Threshold and Binarization.
* Get initial candidate lines using y-axis histogram projection profile and using adaptive threshold between valleys.
These are examples of the output produced from the current code.
![](https://i.imgur.com/961QuKN.jpg)
![](https://i.imgur.com/ZdAIQeO.jpg)
![](https://i.imgur.com/B7Zld79.jpg)
* Apply line drawing algorithm and make decissions about regions that hit the lines using Bivariate Gaussian Distribution.

* Apply line drawing algorithm and make decissions about regions that hit the lines using Bivariate Gaussian Distribution.
These is example of the output produced from the current code.
![](https://i.imgur.com/GMqsSxc.jpg)
## Tools used:
We'll use C++ and OpenCV.

Expand Down

0 comments on commit 893c2e0

Please sign in to comment.