Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nevinmathew/generate-image-outline
This repository features a web application for transforming images into captivating black and white cartoons. The backend is powered by Java utilizing the OpenCV library
https://github.com/nevinmathew/generate-image-outline
cartoonization image-processing java maven opencv
Last synced: about 7 hours ago
JSON representation
This repository features a web application for transforming images into captivating black and white cartoons. The backend is powered by Java utilizing the OpenCV library
- Host: GitHub
- URL: https://github.com/nevinmathew/generate-image-outline
- Owner: nevinmathew
- Created: 2023-02-06T07:03:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T12:55:14.000Z (10 months ago)
- Last Synced: 2024-01-13T23:09:01.817Z (10 months ago)
- Topics: cartoonization, image-processing, java, maven, opencv
- Language: HTML
- Homepage:
- Size: 862 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generate-Image-Outline
## Overview
This project provides a simple web application for converting an image to a black and white cartoonized version. The backend is implemented in Java using the OpenCV library for image processing, and the frontend is designed as a basic HTML web page with JavaScript for handling file uploads.## Languages and Tools
## Usage
- Choose an image file by clicking the `Choose image` button.
- Click the `Submit` button to process the selected image.
- The processed image will be displayed on the page.
- Optionally, you can download the cartoonized image by clicking the `Download` link.