Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 579 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 579 Bytes

Image Convolutions

This project was created to help visualize the effects of convolutions on an image. This project allows you to:

  • Try out different kernels with sizes 3x3, 5x5 and 7x7
  • Apply some preset filters
  • Add/Remove layers
  • Apply virtually infinite number layers in sequence

Visit Application

Project Details

About

This application was built using Vue

Setup

npm install
npm run serve

See Configuration Reference for more details.