Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-16T14:07:16.000Z (almost 6 years ago)
- Last Synced: 2024-05-19T14:28:51.558Z (7 months ago)
- Topics: canvas, convolution, demo, html5, javascript, kernel
- Language: Vue
- Homepage: https://ssshooter.github.io/canvas-img-process/
- Size: 1.85 MB
- Stars: 34
- Watchers: 3
- 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).