Python implementation for Balu, a computer vision, pattern recognition and image processing library. Originally implemented in matlab by Domingo Mery.
Python 3.6 or higher is required to use this package. In order to install pybalu, simply run
$ pip install pybalu
If you would like to contribute:
- Fork the repo
- Create a new branch called
feature/<feature-desc>
orfix/<fix-desc>
depending on the nature of your contribution - Perform a pull request and wait for your contribution to be accepted or rejected
Possible and useful contributions:
- Tests
- More feature extraction, analysis and transformation funcitons
- Fixes
- Documentation
- Examples
TODO