https://github.com/cloud11665/octagon
How can I find an octagon? How, Elmo? How?
https://github.com/cloud11665/octagon
image-classification numpy octagon opencv-python python3
Last synced: 4 months ago
JSON representation
How can I find an octagon? How, Elmo? How?
- Host: GitHub
- URL: https://github.com/cloud11665/octagon
- Owner: cloud11665
- License: mit
- Created: 2020-09-09T17:28:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T13:29:05.000Z (about 5 years ago)
- Last Synced: 2025-05-25T04:40:15.504Z (8 months ago)
- Topics: image-classification, numpy, octagon, opencv-python, python3
- Language: Python
- Homepage:
- Size: 2.64 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Octagon
> 8 fantastic sides and 8 awesome angles
[](https://github.com/Cloud11665/Octagon/actions)
[](https://www.codefactor.io/repository/github/cloud11665/octagon)
[](https://github.com/Cloud11665/Octagon/blob/master/LICENSE)
[](https://pypi.org/project/Octagon)
[](https://pypi.org/project/Octagon)

## Installation
OS X & Linux:
```sh
python3 -m pip install octagon
```
Windows:
```sh
pip install octagon
```
## Usage
```sh
-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, , 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 ()
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``](https://github.com/Cloud11665/Octagon/blob/master/LICENSE) for more information.