Skip to content

Using CPP to demonstrate the usage and implementation of OpenCV Library functions. ☺️ 😆

License

Notifications You must be signed in to change notification settings

ShadyD45/OpenCV-With-CPP

Repository files navigation

OpenCV-With-CPP

  • This repository will contain Basic to Advance Usage of OpenCV Library version 4.4.0.
  • All the programs will be implemented in C++.
  • These programs were developed on Linux.
  • For Windows and Mac use Visual Studio (Version >= 15) and configure it for OpenCV

Requirements

  • Install OpenCV 4.4.0
  • C++ 11 or greater
  • Every other dependency (Cmake, git etc.) will be installed during OpenCV Installation.

Build and Run

  • To compile the program use CMake (The Basic cmake file to compile a cpp program is used. Google it!)
  • Create CMakeLists.txt file (Uploaded with every program) for using cmake
  • Open terminal in the program folder and run following commands:
  cmake .
  make
  ./ProgramName <Inputs if needed>

About

Using CPP to demonstrate the usage and implementation of OpenCV Library functions. ☺️ 😆

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published