Helper Objects for working with open computer vision and image projects
Project description
imageObjects
This acts as an API of sorts for CV2, with some common methods cast into objects that work with images, contours and more.
ContourObject
open-cv python has contours, a extremely useful component that can be extracted from images. However, these components are in a ndarray format that can then be processed by a list of methods, rather than an object which has a list of methods. This library changes that around and allows for the contour extracted via open cv python to be placed in an object which can then be manipulated.
ImageObject
There are lots of common image functions that have been mapped to images, so that a loaded image can have these as properties or as methods inherently rather than having to code them yourself.
Source code can be found at the git hub page for imageObjects
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
Built Distribution
File details
Details for the file imageObjects-0.2.4-py3-none-any.whl
.
File metadata
- Download URL: imageObjects-0.2.4-py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e1f23548769f31f07d9e655dc1d1d7e07b8453c52efec1235e6ff124bcb4e669 |
|
MD5 | 88ea8f3330a0744509f8b4d365794ce4 |
|
BLAKE2b-256 | c465e1391ade9fa8a73bc67e000c47450a87c87b976055b3fd49ab38e7310af7 |