https://github.com/alexkranias/sketchit
SketchIt is a an interactive, media manipulation software applying fundamental computer vision/edge detection algorithms to media for both educational and artistic purposes.
https://github.com/alexkranias/sketchit
desktop-app digital-art edge-detection image image-processing java-8 javafx sketch video video-processing
Last synced: 8 months ago
JSON representation
SketchIt is a an interactive, media manipulation software applying fundamental computer vision/edge detection algorithms to media for both educational and artistic purposes.
- Host: GitHub
- URL: https://github.com/alexkranias/sketchit
- Owner: alexkranias
- Created: 2022-07-05T15:30:58.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T16:18:56.000Z (over 3 years ago)
- Last Synced: 2025-09-09T03:49:27.951Z (10 months ago)
- Topics: desktop-app, digital-art, edge-detection, image, image-processing, java-8, javafx, sketch, video, video-processing
- Language: Java
- Homepage:
- Size: 66.4 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SketchIt
SketchIt is a an interactive, media manipulation software applying fundamental computer vision/edge detection
algorithms to images and videos for both educational and artistic purposes.
Created in Java 8.
Currently supports PNG, and JPG file types as input.
Upcoming: will add support for MP4 and MOV file types.
INSTRUCTIONS TO RUN SOFTWARE:
Run the App.java file in an IDE (I recommend IntelliJ).