How can I find an octagon? How, Elmo? How?


Keywords
image-classification, numpy, octagon, opencv-python, python3
License
GPL-3.0
Install
pip install Octagon==1.0.8

Documentation

Octagon

8 fantastic sides and 8 awesome angles

Installation

OS X & Linux:

python3 -m pip install octagon

Windows:

pip install octagon

Usage

-d, --debug               #Debug mode, shows the process of edge detection.
--nogui                   #FLAG, doesn't show the default gui.
-w, --webcam              #FLAG, can only choose one.
--wres INT INT            #Size of output, <x, y>, defaults to 640x480px
--wid INT                 #webcam ID, defaults to 0
--fps INT                 #Webcam FPS, defaults to 10
-i, --img PATH            #Input image path.
-v, --video PATH          #Input video path.
-o, --out PATH            #Output path.
-s, --scale FLOAT         #Gui scale.
--help                    #Show this message and exit.

Meta

Your Name – @Cloud11665 – Cloud11665@gmail.com

Distributed under the GPL-3.0 license. See LICENSE for more information.

https://github.com/Cloud11665/Octagon

Contributing

  1. Fork it (https://github.com/Cloud11665/Octagon/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request jd