https://github.com/soukaina-ahlach/image-processing-effects-with-opencv
A C++ project demonstrating various image processing effects using OpenCV, including Gaussian blur, watercolor, pencil sketch, and color filter effects.
https://github.com/soukaina-ahlach/image-processing-effects-with-opencv
cpp image-processing opencv visual-effects
Last synced: about 1 month ago
JSON representation
A C++ project demonstrating various image processing effects using OpenCV, including Gaussian blur, watercolor, pencil sketch, and color filter effects.
- Host: GitHub
- URL: https://github.com/soukaina-ahlach/image-processing-effects-with-opencv
- Owner: Soukaina-Ahlach
- Created: 2024-12-18T14:47:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-18T15:08:46.000Z (over 1 year ago)
- Last Synced: 2025-04-09T00:07:12.657Z (about 1 year ago)
- Topics: cpp, image-processing, opencv, visual-effects
- Language: C++
- Homepage:
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image Processing Effects with OpenCV
A C++ project that demonstrates various image processing techniques using OpenCV. The project applies effects like Gaussian blur, watercolor, pencil sketch, and custom color filters to showcase OpenCV's capabilities for image manipulation and computer vision.
## Features
- **Gaussian Blur**: Smooths the image using a Gaussian kernel.
- **Watercolor Effect**: Combines bilateral filtering and median blurring to simulate a watercolor painting.
- **Pencil Sketch**: Converts images into pencil sketch effects, both in grayscale and color.
- **Color Filter Sketch**: Applies a gradient color filter followed by a pencil sketch effect.