Skip to main content

Snake case opencv with type annotations

Project description

Snake-OpenCV

Snake case OpenCV with type annotations for Python.

Note: still in early development

Install

pip install snake-opencv

Usage

import snake_opencv as cv

path = '..'
image = cv.imread(path)
assert image is not None
gray_image = cv.cvt_color(image, cv.COLOR_BGR2GRAY)

cv.imshow(window_name, gray_image) 

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

snake_opencv-0.1.7.tar.gz (55.9 kB view hashes)

Uploaded Source

Built Distribution

snake_opencv-0.1.7-py3-none-any.whl (61.5 kB view hashes)

Uploaded Python 3

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