This folder contains the code accompanying our blog post Photoshop Filters in OpenCV
The following filters are available in the repository:
- Brightness
- 60s TV
- Emboss
- Duo tone
- Sepia
In order to run the specific filter, please use python <filter-name>.py
, for example, python duo_tone.py
- Compile all the code files using the following steps:
cd build
cmake ..
cmake --build . --config Release
cd ..
- To run the specific filter, please use
./filter-name
, for example,./duo_tone
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.