8 fantastic sides and 8 awesome angles
OS X & Linux:
python3 -m pip install octagon
Windows:
pip install octagon
-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.
- Fork it (https://github.com/Cloud11665/Octagon/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Distributed under the MIT license. See LICENSE
for more information.