Skip to content

cloud11665/Octagon

Repository files navigation

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.

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

License

Distributed under the MIT license. See LICENSE for more information.