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
Release history Release notifications | RSS feed
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
File details
Details for the file simple_cv2_wrapper-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: simple_cv2_wrapper-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae9f53b1d029778be95612de0988b4616fb0322ba443c19edd07a14668eb743e |
|
MD5 | 7dad2fbab207b6b96bfece26d76e861a |
|
BLAKE2b-256 | a6eac22680afa8f3cf2fff31ea6a4a84273dde51d05c1aed047570444081d01f |