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.
- Host: GitHub
- URL: https://github.com/nburgdorfer/cvtkit
- Owner: nburgdorfer
- License: gpl-3.0
- Created: 2021-10-06T01:20:19.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-11-11T23:36:30.000Z (8 months ago)
- Last Synced: 2025-11-12T01:18:07.427Z (8 months ago)
- Topics: 3d-reconstruction, computer-vision, python
- Language: Python
- Homepage:
- Size: 94.4 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```