Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael P authored Jun 7, 2017
1 parent dd14e83 commit 8a9526b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# opencv-arrow-detection
Simple intro to OpenCv's HoughLines by detecting arrows.

Requirements:
argparse
cv2 (OpenCV)
numpy

Example of running the program:
python3 arrow_detection_hough_lines.py -i arrowtest.png

0 comments on commit 8a9526b

Please sign in to comment.