Skip to content

hgorges/opencv-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV Explorer

OpenCV Explorer is a C++ project for experimenting with the OpenCV library for computer vision tasks.

Requirements

  • CMake 3.22 or higher
  • GCC or any compatible C++ compiler
  • C++ standard version 11 or later
  • OpenCV library

Building the Project

  1. Clone the repository:

    git clone https://github.com/hgorges/opencv-explorer.git
    cd opencv-explorer
  2. Create a build directory and navigate into it:

    mkdir build
    cd build
  3. Configure the project with CMake:

    cmake ..
  4. Build the project:

    make -j$(nproc)

Running the Application

After building the project, you can run the executable:

./opencv_explorer ../res/duck.jpg

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published