https://github.com/ssshooter/canvas-img-process
html5 canvas image process ( 3*3 kernel ) canvas卷积核测试 canvas图片后期
https://github.com/ssshooter/canvas-img-process
canvas convolution demo html5 javascript kernel
Last synced: about 1 year ago
JSON representation
html5 canvas image process ( 3*3 kernel ) canvas卷积核测试 canvas图片后期
- Host: GitHub
- URL: https://github.com/ssshooter/canvas-img-process
- Owner: SSShooter
- Created: 2018-03-27T09:56:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T14:07:16.000Z (over 7 years ago)
- Last Synced: 2025-04-09T19:46:35.693Z (about 1 year ago)
- Topics: canvas, convolution, demo, html5, javascript, kernel
- Language: Vue
- Homepage: https://ssshooter.github.io/canvas-img-process/
- Size: 1.85 MB
- Stars: 35
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# canvastest
> A Vue.js project
## 卷积核相关
[维基](https://en.wikipedia.org/wiki/Kernel_(image_processing))
## 彩蛋
无毒无害,试试就知道啦:joy:
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).