refactor: project renaming, polygon mask
Overview
This merge request introduces key changes to improve the structure and flexibility of the library:
- Library Renaming and Reorganization: Updated the naming conventions across the library, resulting in a minor reorganization for improved clarity and consistency.
- Enhanced PolygonMask Decomposition: The PolygonMask class has been refactored to allow better decomposition, making it easier to customize and extend for various use cases.
- Specific Resolution over Levels: Where appropriate, resolution arguments have replaced level-based specifications.
- Simplification of
process_items
, resolves #2 (closed).
Edited by Matěj Pekár