Skip to content

jeremy-p-mann/homcv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomCV: Homotopical Computer Vision


HomCV is an open source Python library applying homotopy theoretic methods to computer vision.

Installation

Use the package manager pip to install HomCV.

pip install homcv

Examples

>>> 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

About

HomCV : Homotopical Computer Vision

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages