https://github.com/aniike-t/image-processsing-filters
Small project 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: 11 months ago
JSON representation
Small project 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 (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T06:46:42.000Z (about 2 years ago)
- Last Synced: 2025-02-24T06:16:51.683Z (over 1 year 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```