HomCV is an open source Python library applying homotopy theoretic methods to computer vision.
Use the package manager pip to install HomCV.
pip install homcv
>>> from homcv.betti_numbers import betti_numbers
>>> betti_numbers(circle_greyscale_image)
array([1, 0], dtype=int8)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.