Project description
Image Filters
This package contains simple image filters
How to Use?
import cv2
from facefilters.main import edge_detect
# change the algorithm to get different edge detections
img = edge_detect ( 'example.jpg' , algorithm = "canny" , show = False )
cv2 . imwrite ( 'image.jpg' , img )
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 navimagefilters-0.0.1.tar.gz
.
File metadata
Download URL:
navimagefilters-0.0.1.tar.gz
Upload date:
May 10, 2022
Size: 2.4 kB
Tags: Source
Uploaded using Trusted Publishing? No
Uploaded via: twine/4.0.0 CPython/3.9.7
File hashes
Hashes for navimagefilters-0.0.1.tar.gz
Algorithm
Hash digest
SHA256
c31e190124368a7be49ef704bcc5c37405fd67de72e7dcf80af972082d05aa6b
Copy
MD5
a32a1fe30c36c2e1d8c77e9808ae0676
Copy
BLAKE2b-256
31e1c93b0b4e2a9ff05525aeefbf24af095a61d5afdffbbf5aaf34ccdc96b56e
Copy
See more details on using hashes here.
File details
Details for the file navimagefilters-0.0.1-py3-none-any.whl
.
File metadata
File hashes
Hashes for navimagefilters-0.0.1-py3-none-any.whl
Algorithm
Hash digest
SHA256
0dd0eeca6221bafa2e2323389e06a60c9a374819151bfaa635e48ffefb3ff446
Copy
MD5
f0c3b1d106e4659ff8da9d675aaedfeb
Copy
BLAKE2b-256
1c865e10b7bc174bb26b552c82e3a7817b6dbe1f97834c7a7959493bc6f4e870
Copy
See more details on using hashes here.