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. All source code at the github repo page
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.
LineObject
This will search for lines within an ImageObject which you can then utilise as a mask or manipulate with ImageObjects
ImageMaker
This can be used to make new ImageObjects, when you don't have anything to load or custom ImageObjects like text-boxes
common
Whilst common is mostly designed for internal use, there are some common methods here that may save you re-defining them yourself or from other packages
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.12.7-py3-none-any.whl
.
File metadata
- Download URL: imageObjects-0.12.7-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.53.0 CPython/3.9.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e875cbd22cf814845127096fd9c608952dd943cecc2b9a1a4c5895cb52bc25b8 |
|
MD5 | 2a09a29108cec3f3c924f0abf0bb4aca |
|
BLAKE2b-256 | f5086cd9b55bb6021517ec63f21afce6b35c910db817246e5c1a1a758673b0b8 |