Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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?

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.