Skip to main content

Image Processing Library

Project description

imgcv

Image Processing Library from scratch using Python.

Documentation Status PyPI version GitHub Workflow Status License

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


Download files

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

Source Distribution

imgcv-0.10.0.tar.gz (12.4 kB view details)

Uploaded Source

Built Distribution

imgcv-0.10.0-py3-none-any.whl (17.4 kB view details)

Uploaded Python 3

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

Hashes for imgcv-0.10.0.tar.gz
Algorithm Hash digest
SHA256 13b444e570d1db081b6966ffddcd0f9ed6d5d79013f198017675756b433b9304
MD5 766e943f948dd43125d1bda681899b8f
BLAKE2b-256 d03a35d14dd7a4c499626ea241b19630d6eed981a52aa081b543a2e799223f56

See more details on using hashes here.

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

Hashes for imgcv-0.10.0-py3-none-any.whl
Algorithm Hash digest
SHA256 de8dcb1557bbcfd569af6c9ccf68f71abbbdbd35a19468ce117f66d1cd320ae6
MD5 2c49af68b10ffbfe4d9555b8e2a684ca
BLAKE2b-256 d72368bc5070916c9eb9d928ed9e82356cb6dcecd49a2220e9017768d2ec5139

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