/pybalu

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

(back to top)


pybalu

Python3 implementation of the computer vision and pattern recognition library Balu.
Explore the docs »

Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. Roadmap

Build and upload to PyPI

About the Project

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

Installation

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

$ pip install pybalu

Contributing

We follow github flow standard. 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

In case of contribution, once you have clone the repository, install the development version that includes optional dependencies specified in the pyproject.toml

$ pip install .[dev]

In zsh you could use

$ pip install ."[dev]"

Roadmap

  • Documentation: TODO