Metadata-Version: 2.4
Name: n-fold-edge
Version: 1.1.0
Summary: Marker detector using n-fold-edge on rotational symmetric patterns
Project-URL: Homepage, https://github.com/SDU-UAS-Center/n-fold-edge
Project-URL: Issues, https://github.com/SDU-UAS-Center/n-fold-edge/issues
Author-email: Henrik Skov Midtiby <hemi@mmmi.sdu.dk>
Maintainer-email: Henrik Skov Midtiby <hemi@mmmi.sdu.dk>, Henrik Dyrberg Egemose <hde@mmmi.sdu.dk>
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: opencv-python>=4.13.0.92
Requires-Dist: scikit-learn>=1.9.0
Description-Content-Type: text/markdown

# N-fold-edge Marker locator and tracker

N-fold-edge is a marker locator and tracker. It can locate the following types of markers with high accuracy and speed.

![Image](docs/source/_static/markers.png)

## Table of contents:

- [Installation](#installation)
- [Usage](#usage)
- [Documentation](#documentation)
- [Contributing](#contributing)
- [License](#license)

## Installation

N-fold-edge is a python package and can be installed with pip, uv etc.

```
pip install CDC
```

For more advanced installation, please visit the [Documentation](https://sdu-uas-center.github.io/n-fold-edge/) for more information.

## Usage

When install n-fold-edge can be used as cli. See [CLI](https://sdu-uas-center.github.io/n-fold-edge/CLI.html) for more information.

## Documentation

For a full list of command line arguments see [CLI](https://sdu-uas-center.github.io/n-fold-edge/CLI.html). For a reference manual, please visit [Reference Manual](https://sdu-uas-center.github.io/n-fold-edge/reference.html)

## Contributing

For contribution guidelines, please see the [Documentation](https://sdu-uas-center.github.io/n-fold-edge/contributing.html).

## License

The software is licensed under the BSD-3-Clause license, see [License](LICENSE).
