.coveragerc
.gitignore
.isort.cfg
.pre-commit-config.yaml
.readthedocs.yml
.travis.yml
AUTHORS.rst
CHANGELOG.rst
LICENSE.txt
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/.nojekyll
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/index.html
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/bbox_utils/__init__.py
src/bbox_utils/bbox_2d.py
src/bbox_utils/bbox_3d.py
src/bbox_utils/image.py
src/bbox_utils/point_cloud.py
src/bbox_utils/utils.py
src/bbox_utils.egg-info/PKG-INFO
src/bbox_utils.egg-info/SOURCES.txt
src/bbox_utils.egg-info/dependency_links.txt
src/bbox_utils.egg-info/not-zip-safe
src/bbox_utils.egg-info/requires.txt
src/bbox_utils.egg-info/top_level.txt
tests/conftest.py
tests/test_bbox_2d.py
tests/test_bbox_3d.py
tests/test_image.py
tests/test_order_points.py
tests/test_point_cloud.py
tests/test_point_within_dimensions.py
tests/travis_install.sh
tests/assets/buoys.png
tests/assets/demo_pointcloud.pcd
tutorials/image_tutorial.ipynb
tutorials/point_cloud_tutorial.ipynb
tutorials/assets/buoys.png
tutorials/assets/demo_pointcloud.pcd