high-pass filter package using Sobel and Prewitt
Project description
high_pass_filters
Description. The package high_pass_filters is used to:
- Prewitt filter
- Sobel filter
- Image get, plot
Installation
Use the package manager pip to install high_pass_filters
pip install high_pass_filters
Usage
from high_pass_filters.fsobel import sobel
from high_pass_filters.fprewitt import prewit
from high_pass_filters.image import get_image, plot_image
image = get_image(path)
plot_image(image)
plot_image(sobel(image))
plot_image(prewit(image))
Author
Leonardo Costa
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
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 high_pass_filters-0.0.1.tar.gz.
File metadata
- Download URL: high_pass_filters-0.0.1.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4313f1be85ec59ba155d72b782cf20528b7a188ea4fb4bfe4af41b52da0db0ac
|
|
| MD5 |
88f18fc4811ea498d4113fbb942ec6e7
|
|
| BLAKE2b-256 |
0eebdece7d58921630ef0c5bdfa237e5eaa437a30c816838df651f94a5e474ec
|
File details
Details for the file high_pass_filters-0.0.1-py3-none-any.whl.
File metadata
- Download URL: high_pass_filters-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccb60498e7c564ff2b8e9809af380d33e921c7c5e674b122ef1fc017004b680e
|
|
| MD5 |
57e1c86bed984a112cfca1ccdf766601
|
|
| BLAKE2b-256 |
9a629b22266241d2cc29b28df8ed05ea49da78ddcd554e0a93702254b479530f
|