Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 492 Bytes

File metadata and controls

16 lines (13 loc) · 492 Bytes

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