Metadata-Version: 2.1
Name: homcv
Version: 0.1.0
Summary: Computes homotopical properties of images.
Home-page: https://github.com/jmann277/homology_of_greyscale_images
Author: Jeremy Mann
Author-email: jmann277@gmail.com
License: MIT
Description: 
        <img src="ext/homcv_logo.png" width="300" height="300" />
        
        # HomCV: Homotopical Computer Vision 
        
        ---
        HomCV is an open source Python library applying homotopy theoretic methods to computer vision.
        
        ## Installation
        
        Use the package manager [pip](https://pip.pypa.io/en/stable/) to install HomCV.
        
        ```bash
        pip install homcv
        ```
        
        ## Examples
        
        ```python
        >>> from homcv.betti_numbers import betti_numbers
        >>> betti_numbers(circle_greyscale_image) 
        array([1, 0], dtype=int8)
        ```
        
        ## Contributing
        
        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.
        
        ## License
        [MIT](https://choosealicense.com/licenses/mit/)
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
