Image Processing Library
Project description
imgcv
Image Processing Library from scratch using Python.
NOTE: This library is just a fun project to learn about image processing and computer vision algorithms from scratch and to enhance my understanding of the concepts.
Detailed Examples of functions and their usage can be found in the Example Usage
Installation
$ pip install imgcv
Usage
from PIL import Image
from imgcv.transformation.negative import negative_transform
# Load image
img = Image.open('path/to/image.jpg')
# Convert image to numpy array
img = np.array(img)
# Apply logarithmic transformation
img = negative_transform(img)
# Convert numpy array to image
img = Image.fromarray(img)
# show image
img.show()
Documentation
The official documentation is hosted on Read the Docs: imgcv Documentation
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
imgcv was created by Preet Sojitra. It is licensed under the terms of the MIT license.
Credits
imgcv was created with cookiecutter and the py-pkgs-cookiecutter template.
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file imgcv-0.10.0.tar.gz.
File metadata
- Download URL: imgcv-0.10.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
13b444e570d1db081b6966ffddcd0f9ed6d5d79013f198017675756b433b9304
|
|
| MD5 |
766e943f948dd43125d1bda681899b8f
|
|
| BLAKE2b-256 |
d03a35d14dd7a4c499626ea241b19630d6eed981a52aa081b543a2e799223f56
|
File details
Details for the file imgcv-0.10.0-py3-none-any.whl.
File metadata
- Download URL: imgcv-0.10.0-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de8dcb1557bbcfd569af6c9ccf68f71abbbdbd35a19468ce117f66d1cd320ae6
|
|
| MD5 |
2c49af68b10ffbfe4d9555b8e2a684ca
|
|
| BLAKE2b-256 |
d72368bc5070916c9eb9d928ed9e82356cb6dcecd49a2220e9017768d2ec5139
|