diff --git a/README.md b/README.md index 183e444..0c8799f 100755 --- a/README.md +++ b/README.md @@ -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.