Skip to main content

A very simple wrapper for cv2 for usual stuff

Project description

Simple Cv2 Wrapper

a simple wrapper for cv2 common stuff

Usage

with CV2Capture(0) as video:
    for frame in video:
        frame = imutils.rotate(frame, 15)
        video.show(frame) # video.show() also works if there is no modification on the frame

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

simple_cv2_wrapper-0.1.0-py3-none-any.whl (3.7 kB view details)

Uploaded Python 3

File details

Details for the file simple_cv2_wrapper-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_cv2_wrapper-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ae9f53b1d029778be95612de0988b4616fb0322ba443c19edd07a14668eb743e
MD5 7dad2fbab207b6b96bfece26d76e861a
BLAKE2b-256 a6eac22680afa8f3cf2fff31ea6a4a84273dde51d05c1aed047570444081d01f

See more details on using hashes here.

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