Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aniike-t/image-processsing-filters
Small projects protraying use of edge detection prewitt, sobel, median filter and guassian blur
https://github.com/aniike-t/image-processsing-filters
guassianblur image-processing median-filter prewitt-filter sobel-filter
Last synced: 6 days ago
JSON representation
Small projects protraying use of edge detection prewitt, sobel, median filter and guassian blur
- Host: GitHub
- URL: https://github.com/aniike-t/image-processsing-filters
- Owner: Aniike-t
- Created: 2024-05-10T10:48:56.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-05-12T06:46:42.000Z (6 months ago)
- Last Synced: 2024-05-12T07:26:59.714Z (6 months ago)
- Topics: guassianblur, image-processing, median-filter, prewitt-filter, sobel-filter
- Language: JavaScript
- Homepage:
- Size: 5.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Image Processing Web App**:
### Steps to run above app :
1. Install Vite: ```npm install -g vite```
2. Install Dependencies : ```npm install```
3. Run app: ```npm run dev```