Skip to content

study-ml/convolution-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

convolution-demo

This project shows how convolution works with gray scale images

Setup

How to run convolution.html

  1. run the following command in terminal
python3 -m "http.server" 8888
  1. Access http://127.0.0.1:8888/convolution.html
  2. Load a gray scale image file in images folder in this project
  3. Apply the filter by clicking Apply filter button
  4. You can change values of the filter
  5. Mouse over the original image or target image to see the pixel values

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages