forked from michael-pacheco/cv-arrow-detection
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Michael P
authored
Jun 7, 2017
1 parent
dd14e83
commit 8a9526b
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |