Navaneeth-Sharma / imagefilters

Includes basic image filters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Includes basic image filters


Languages

Language:Python 100.0%