|
2 years ago | |
---|---|---|
.. | ||
60s_TV.cpp | 4 years ago | |
60s_TV.py | 4 years ago | |
CMakeLists.txt | 4 years ago | |
README.md | 2 years ago | |
brightness.cpp | 4 years ago | |
brightness.py | 4 years ago | |
duo_tone.cpp | 4 years ago | |
duo_tone.py | 4 years ago | |
emboss.cpp | 4 years ago | |
emboss.py | 4 years ago | |
image.jpg | 4 years ago | |
sepia.cpp | 4 years ago | |
sepia.py | 4 years ago |
This repository contains the code for Photoshop Filters in OpenCV blogpost.
The following filters are available in the repository:
In order to run the specific filter, please use python <filter-name>.py
, for example, python duo_tone.py
mkdir build
cd build
cmake ..
cmake --build . --config Release
cd ..
./filter-name
, for example, ./duo_tone
Want to become an expert in AI? AI Courses by OpenCV is a great place to start.