.gitignore
.readthedocs.yaml
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
setup.py
.github/workflows/python-publish.yml
.github/workflows/test.yml
docs/Makefile
docs/abbrev_long.bib
docs/conf.py
docs/index.rst
docs/make.bat
docs/references.bib
docs/requirements.txt
docs/_ext/mask_grid.py
docs/_static/circle_scanlines.png
docs/_static/styles/mask_grid.css
docs/_static/styles/my_theme.css
docs/_templates/copyright.html
docs/_templates/autoapi/index.rst
docs/_templates/autoapi/python/attribute.rst
docs/_templates/autoapi/python/class.rst
docs/_templates/autoapi/python/data.rst
docs/_templates/autoapi/python/exception.rst
docs/_templates/autoapi/python/function.rst
docs/_templates/autoapi/python/method.rst
docs/_templates/autoapi/python/module.rst
docs/_templates/autoapi/python/package.rst
docs/_templates/autoapi/python/property.rst
docs/explanation/boolean-operations.rst
docs/explanation/coco-compression.rst
docs/explanation/connected-components.rst
docs/explanation/geometric-transforms.rst
docs/explanation/index.rst
docs/explanation/largest-interior-rectangle.rst
docs/explanation/make_figures.py
docs/explanation/morphology.rst
docs/explanation/why-rle.rst
docs/howto/coco-format.rst
docs/howto/combine-masks.rst
docs/howto/compute-iou.rst
docs/howto/compute-moments.rst
docs/howto/convert-polygon.rst
docs/howto/get-bounding-box.rst
docs/howto/index.rst
docs/howto/largest-rectangle.rst
docs/howto/occlusion.rst
docs/howto/remove-small-components.rst
docs/howto/warp-mask.rst
src/RLEMaskLib.egg-info/PKG-INFO
src/RLEMaskLib.egg-info/SOURCES.txt
src/RLEMaskLib.egg-info/dependency_links.txt
src/RLEMaskLib.egg-info/requires.txt
src/RLEMaskLib.egg-info/top_level.txt
src/rlemasklib/__init__.py
src/rlemasklib/_functional.py
src/rlemasklib/_version.py
src/rlemasklib/boolfunc.py
src/rlemasklib/oop.py
src/rlemasklib/oop_cython.c
src/rlemasklib/oop_cython.pyx
src/rlemasklib/rlemasklib_cython.c
src/rlemasklib/rlemasklib_cython.pyx
src/rlemasklib/c/basics.c
src/rlemasklib/c/basics.h
src/rlemasklib/c/boolfuncs.c
src/rlemasklib/c/boolfuncs.h
src/rlemasklib/c/connected_components.c
src/rlemasklib/c/connected_components.h
src/rlemasklib/c/encode_decode.c
src/rlemasklib/c/encode_decode.h
src/rlemasklib/c/iou_nms.c
src/rlemasklib/c/iou_nms.h
src/rlemasklib/c/largest_interior_rectangle.c
src/rlemasklib/c/largest_interior_rectangle.h
src/rlemasklib/c/minmax.h
src/rlemasklib/c/misc.c
src/rlemasklib/c/misc.h
src/rlemasklib/c/moments.c
src/rlemasklib/c/moments.h
src/rlemasklib/c/pad_crop.c
src/rlemasklib/c/pad_crop.h
src/rlemasklib/c/png_to_rle.c
src/rlemasklib/c/png_to_rle.h
src/rlemasklib/c/shapes.c
src/rlemasklib/c/shapes.h
src/rlemasklib/c/single_translation_unit.c
src/rlemasklib/c/transpose_flip.c
src/rlemasklib/c/transpose_flip.h
src/rlemasklib/c/warp_affine.c
src/rlemasklib/c/warp_affine.h
src/rlemasklib/c/warp_common.c
src/rlemasklib/c/warp_common.h
src/rlemasklib/c/warp_distorted.c
src/rlemasklib/c/warp_distorted.h
src/rlemasklib/c/warp_perspective.c
src/rlemasklib/c/warp_perspective.h
tests/test_connected_components.py
tests/test_decode_into.py
tests/test_edge_cases.py
tests/test_for_docs.py
tests/test_functional.py
tests/test_functional_comprehensive.py
tests/test_hypothesis.py
tests/test_merge_to_label_map.py
tests/test_moments.py
tests/test_oop.py
tests/test_oop_comprehensive.py
tests/test_png.py
tests/test_randomized.py
tests/test_rot90.py
tests/test_smoke.py
tests/test_tile.py
tests/test_warp_transforms.py