Skip to content

ParthikB/filterv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filterV

Build Status

filterV is a short program that enables the user to visualize how any image would look after applying the Convolutional filters.

Installation

filterV requires python3 to run.

Enter the following command in your command-line (windows):

pip install filterv

Using filterV

It's super easy to use...!

import filterv.filter as f             # import the library
F = f.Filter()                         # create a Class Instance

input_img  = F.load_img(path_to_image) # load the image
F.parameters()                         # Initialize the parameters
output_img = F.convert()               # Filter the Image

F.plot(input_img, output_img)          # Plot the outputs

License

MIT

Free Software, Hell Yeah!

About

A pypi-python package to visualize the effects of filters applied on an image.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages