This package performs a few image operations like Sobel and Saturation.
Project description
image_processing_KB
The package image_processing_KB is used to perform:
- Rgb2Yiq
- Yiq2Rgb
- RgbNegative
- YNegative
- Correlation
- Rgb2hsb
- Hsb2rgb
- Saturation
Installation
Use the package manager pip to install image_processing_KB
pip install image_processing_KB
Usage
import matplotlib.pyplot as plt
from image_processing_KB.processing import functions
image = functions.open("lena.jpg")
result = functions.correlation(image, 3, 3, "sobelV", 0, True)
plt.imshow(result)
plt.show()
Author
Kelvin Brenand
License
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
File details
Details for the file image_processing_KB-0.0.3.tar.gz
.
File metadata
- Download URL: image_processing_KB-0.0.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
5edee5a262e65ded4a5bce2d6a95481d22c5ebf188ee19fd4e4a8afeb9722441
|
|
MD5 |
f6d7fe4a321f0e9e637a1d62536ba933
|
|
BLAKE2b-256 |
2c3c149d6a0a350e1cb7dd43a20cf5242a9e917cbd194ca9d16df04afa7c69c3
|
File details
Details for the file image_processing_KB-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: image_processing_KB-0.0.3-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
616b857ad946ecf7dab02d16ec511db61aeab273c7b6d205d5b713e5d9b84713
|
|
MD5 |
00d66dfe73875fd8ba2ccaf191a34352
|
|
BLAKE2b-256 |
fece69afca348daa5708a951ced68ddc214a6783fe7e53b11632dd24b3d2e025
|