Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-02T13:29:05.000Z (about 4 years ago)
- Last Synced: 2024-09-30T10:23:43.207Z (4 months ago)
- Topics: image-classification, numpy, octagon, opencv-python, python3
- Language: Python
- Homepage:
- Size: 2.64 MB
- Stars: 4
- Watchers: 2
- 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://img.shields.io/github/workflow/status/Cloud11665/Octagon/Python%20application)](https://github.com/Cloud11665/Octagon/actions)
[![](https://img.shields.io/codefactor/grade/github/Cloud11665/Octagon)](https://www.codefactor.io/repository/github/cloud11665/octagon)
[![](https://img.shields.io/github/license/Cloud11665/Octagon)](https://github.com/Cloud11665/Octagon/blob/master/LICENSE)
[![](https://img.shields.io/pypi/v/Octagon)](https://pypi.org/project/Octagon)
[![](https://img.shields.io/pypi/pyversions/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.