Skip to content

Latest commit

 

History

History
 
 

Photoshop-Filters-in-OpenCV

Photoshop Filters in OpenCV

This folder contains the code accompanying our blog post Photoshop Filters in OpenCV

Filters Available

The following filters are available in the repository:

  1. Brightness
  2. 60s TV
  3. Emboss
  4. Duo tone
  5. Sepia

USAGE

Python

In order to run the specific filter, please use python <filter-name>.py, for example, python duo_tone.py

C++

  1. Compile all the code files using the following steps:
cd build
cmake ..
cmake --build . --config Release
cd ..
  1. To run the specific filter, please use ./filter-name, for example, ./duo_tone

AI Courses by OpenCV

Want to become an expert in AI? AI Courses by OpenCV is a great place to start.