This project is an image processing project using the OpenCV library and written in C++. It is built using CMake.
The project is intended for use in a university setting and is not being developed. However, feel free to use and modify the code for your own educational purposes.
The project contains two main folders:
- Watermarking_images: This folder contains the code for the image watermarking functionality.
- Pencil_Sketch: This folder contains the code for the pencil sketch effect functionality.
- OpenCV
- CMake
- C++ compiler
- Clone the repository
- Navigate to the project directory
cd ImageProcessing/Watermarking_images
- Build the project using CMake
cmake .
make
- Run the desired project:
./Watermarking_images
Please note that you will need to modify the code to perform the specific image processing tasks you require for your project.