An open API service indexing awesome lists of open source software.

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.

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.