Metadata-Version: 2.2
Name: mtki
Version: 0.2.6
Summary: Biblioteca para geração de árvores morfológicas, extração de atributos e aplicação de filtros em imagens.
Keywords: Mathematical Morphology,Morphological Trees,Max-Tree,Min-Tree,Component Tree,Image Processing,Computer Vision,CUDA,PyTorch,C++,Pybind11
Author-Email: Lucas de Paula Oliveira Santos <lucas.dpo.santos@gmail.com>
License: MIT
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Requires-Dist: opencv-python>=4.7
Requires-Dist: matplotlib>=3.7
Requires-Dist: torch>=2.5; sys_platform != "darwin" or platform_machine == "arm64"
Requires-Dist: numpy>=1.26; sys_platform != "darwin" or platform_machine == "arm64"
Requires-Dist: torch>=2.0; sys_platform == "darwin" and platform_machine == "x86_64"
Requires-Dist: numpy<=1.26; sys_platform == "darwin" and platform_machine == "x86_64"
Description-Content-Type: text/markdown

# Morphological Toolkit for Images

Library to build morphological trees, extract attributes and apply filters to
images. Implemented in C++ with Pybind11 bindings and packaged as a Python
extension for performance.

See `docs/USAGE.md` for installation, quick-start examples and troubleshooting
information.

