/20Y9M-PythonOwnCV

Implement basic image processing libraries and understand how it works.

BSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Own_PyCV

The purpose of this project is to implement Basic Image Processing Libraries. And my final goal is to understand how it works. I will be using Python3.6 and refer to OpenCV Library.

Contents

  1. Install
  2. Usage
  3. API
  4. Contributing
  5. License

1. Install

This project depends on numpy library. And parameter style is referenced in OpenCV library.

Numpy
pip install numpy
OpenCV
pip install opencv-python            # Main Module 
pip install opencv-contrib-python    # Main & Extra Module

2. Usage


3. API


4. Contributing

The link is about contributions.


5. License

BSD-3-Clause License