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

https://github.com/nburgdorfer/cvtkit

A collection of some useful (or maybe just interesting) computer vision tools.
https://github.com/nburgdorfer/cvtkit

3d-reconstruction computer-vision python

Last synced: 6 months ago
JSON representation

A collection of some useful (or maybe just interesting) computer vision tools.

Awesome Lists containing this project

README

          

# Computer Vision Toolkit (CVT)
A collection of some useful computer vision tools.

Please check out the [documentation](https://nburgdorfer.github.io/cvtkit/) for tutorials, explaination of various topics, and references to the library API.

## Contributing
building package for distribution:
```bash
python -m build --sdist
```

publishing to Pypi:
```bash
twine upload dist/cvtkit-.tar.gz
```

publishing documentation using Mkdocs and Github Pages:
```bash
mkdocs build
mkdocs gh-deploy
```