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
File details
Details for the file EssentialCV-0.22.tar.gz
.
File metadata
- Download URL: EssentialCV-0.22.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.1.0 requests-toolbelt/0.9.1 tqdm/4.58.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1bd5a03e11f30ba6a9b514e2b61e5e9718b4a89b1cf32d3b11548c033d75623 |
|
MD5 | 4a56e283926e92d0cfea1f402502a531 |
|
BLAKE2b-256 | e7be1a8efa3e9e128b23ec623cd59cc3ca1c9f786c28769dc5bc76604f2b1532 |