Tim M 57b5cefde5 Updated all `.md` files to contain newest image 2 years ago
..
60s_TV.cpp 09edfd1f5f Update 60s_TV.cpp 4 years ago
60s_TV.py 94f11f7f2f Update 60s_TV.py 4 years ago
CMakeLists.txt 8bce996de8 Update CMakeLists.txt 4 years ago
README.md 57b5cefde5 Updated all `.md` files to contain newest image 2 years ago
brightness.cpp aa13a34ce0 Create brightness.cpp 4 years ago
brightness.py aee829765b Update brightness.py 4 years ago
duo_tone.cpp 57abaf3c30 Create duo_tone.cpp 4 years ago
duo_tone.py 99a3fff6e7 Create duo_tone.py 4 years ago
emboss.cpp 8ba1dad710 Create emboss.cpp 4 years ago
emboss.py a7475a12ac Create emboss.py 4 years ago
image.jpg f89b83a568 Add files via upload 4 years ago
sepia.cpp 48a48c6d39 Create sepia.cpp 4 years ago
sepia.py 8729a64286 Create sepia.py 4 years ago

README.md

Photoshop Filters in OpenCV

This repository contains the code for Photoshop Filters in OpenCV blogpost.

download

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:

mkdir build 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.