https://github.com/ethand91/opencv-cartoon-filter
Simple Opencv + Python example showing cartoon filter
https://github.com/ethand91/opencv-cartoon-filter
computer-vision opencv python sample tutorial
Last synced: 14 days ago
JSON representation
Simple Opencv + Python example showing cartoon filter
- Host: GitHub
- URL: https://github.com/ethand91/opencv-cartoon-filter
- Owner: ethand91
- Created: 2022-04-28T02:50:49.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-06T08:11:42.000Z (about 4 years ago)
- Last Synced: 2025-08-24T19:49:49.143Z (9 months ago)
- Topics: computer-vision, opencv, python, sample, tutorial
- Language: Python
- Homepage:
- Size: 594 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Simple opencv + python example showing how to cartoonize an image.
---
## How to Use
Install The Requirements
```bash
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
```
Run the sample
```bash
python main.py -i [imageFile]
```
Output will be saved in the local directory.
## Samples
### HDR Filter

### Pencil Sketch

### Sepia

### Sharpen

### Brightness

### Darkness

### Greyscale

### Invert
