Skip to main content

A small module to simplify essential OpenCV functions.

Project description

  • This is a simplified module for the great OpenCV Library.

  • Most of the essential functions in the library are condensed to a minimal and easy to understand code.

  • This project is usefull for simple and small works only.

  • Some Functions use values that cannot be passed while calling. These values are from OpenCV library
    that do not have a huge impact on simple usage.

    example: cv.threshold(frame, th1, th2, cv.THRESH_BINARY) Here everything except cv.THRESH_BINARY can be passed while calling the function.

## Installation: * pip install EssentialCV

### In this module: * Image will be sometimes reffered as Frame or img. * Threshold will be called thresh * Blank is a blank image used for masking. * My personal best methods for different functions will be mentioned.

### Requirements: * OpenCV * Matplotlib * Numpy (included with OpenCV)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EssentialCV-0.21.tar.gz (4.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page