Skip to main content

Visualizing what the filter values do to an image made easy! Just a few steps and you're good to go!

Project description

# filterV

[![Build Status](https://travis-ci.org/joemccann/dillinger.svg?branch=master)](https://travis-ci.org/joemccann/dillinger)

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): `sh 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!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filterv-0.0.3.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file filterv-0.0.3.tar.gz.

File metadata

  • Download URL: filterv-0.0.3.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.1.0 requests-toolbelt/0.9.1 tqdm/4.38.0 CPython/3.6.9

File hashes

Hashes for filterv-0.0.3.tar.gz
Algorithm Hash digest
SHA256 90af6aeff148c3194e173e49b414ebe840497b8a57cd64dbdb7b61b92526dae5
MD5 ebdf31f77e37833008491769e1cffb4b
BLAKE2b-256 a4d4c831222a135fc600c1b2c5cc3cf1f15bf3a1077ab27afba7e775a9f48f37

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page