From d74bb0acc895d40be55f610ea5c0065921ee2240 Mon Sep 17 00:00:00 2001 From: Wilder Pereira Date: Wed, 4 Oct 2017 19:35:22 -0300 Subject: [PATCH] Improve markdown --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b167b89..6a182c6 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ # Object_Detection_demo_LIVE -This is the code for the "How to do Object Detection with OpenCV" live session by Siraj Raval on Youtube +This is the code for the "How to do Object Detection with OpenCV" live session by Siraj Raval on Youtube. -##Overview +## Overview This is the code for [this](https://www.youtube.com/watch?v=OnWIYI6-4Ss) video on Youtube by Siraj Raval. We'll use OpenCV to -detect a strawberry in an image. We'll perform a series of operations which i've documented in the code to eventually highlight +detect a strawberry in an image. We'll perform a series of operations which I've documented in the code to eventually highlight the biggest strawberry in an image and then draw a green circle around it. -##Dependencies +## Dependencies * openCV * matplotlib @@ -18,7 +18,7 @@ You can use [pip](https://pip.pypa.io/en/stable/) to install any missing depende [this](http://docs.opencv.org/2.4/doc/tutorials/introduction/table_of_content_introduction/table_of_content_introduction.html) guide. -##Usage +## Usage Run `python demo.py` @@ -27,7 +27,7 @@ define the input image name and the output image name. This detection takes a sp accurate but requires more computation currently. Sometimes you just need to quickly detect an image and don't mind handcrafted which features to look for. -##Credits +## Credits Credits for this code go to [alexlouden](https://github.com/alexlouden/strawberries/blob/master/Strawberry%20working.ipynb) i've merely created a wrapper to get people started.