Skip to content

Speeding up serial C++ OpenCV image processing using OpenMP multi threaded solution.

License

Notifications You must be signed in to change notification settings

muzammilmalik01/OpenMP-OpenCV-C-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation on Local Machine

NOTE: This is for Linux only.

Install OpenMP

$ sudo apt-get install libomp-dev

Follow this tutorial till "sudo make install" command: https://www.geeksforgeeks.org/how-to-install-opencv-in-c-on-linux/

Run

  $ sudo apt-get install libopencv-dev

Git Clone

$ git clone https://github.com/muzammilmalik01/OpenMP-OpenCV-C-.git

Compiling

$ cd OpenMP-OpenCV-C-
$ g++ -fopenmp your_code.cpp -o your_executable $(pkg-config --cflags --libs opencv4)

Executing

$ ./your_executable

About

Speeding up serial C++ OpenCV image processing using OpenMP multi threaded solution.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages