Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.02 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.02 KB

pybalu

Build Status Build status

Python implementation for Balu, a computer vision, pattern recognition and image processing library. Originally implemented in matlab by Domingo Mery.

Installing pybalu

Python 3.6 or higher is required to use this package. In order to install pybalu, simply run

$ pip install pybalu

Development and contributing

If you would like to contribute:

  • Fork the repo
  • Create a new branch called feature/<feature-desc> or fix/<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

Documentation

TODO