Skip to content

A simple attempt to use OpenCv's HoughLines to detect arrows.

Notifications You must be signed in to change notification settings

michael-pacheco/cv-arrow-detection

Repository files navigation

opencv-arrow-detection

Simple intro to OpenCv's HoughLines by detecting arrows.

Arrow

An explanation can be found here!


Requirements:

argparse
cv2 (OpenCV)
numpy

Example of running the program:

python3 arrow_detection_hough_lines.py -i arrowtest.png

About

A simple attempt to use OpenCv's HoughLines to detect arrows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages