Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
/ ImageProcessing Public archive

🎨 image processing project using OpenCV, C++ and CMake.

Notifications You must be signed in to change notification settings

alirezamdk/ImageProcessing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Image Processing with OpenCV 🖼️

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:

  1. Watermarking_images: This folder contains the code for the image watermarking functionality.
  2. Pencil_Sketch: This folder contains the code for the pencil sketch effect functionality.

Requirements 🧰

  • OpenCV
  • CMake
  • C++ compiler

Building and Running 🛠️

  1. Clone the repository
  2. Navigate to the project directory
cd ImageProcessing/Watermarking_images
  1. Build the project using CMake
cmake .
make
  1. 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.

About

🎨 image processing project using OpenCV, C++ and CMake.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published