Skip to content

vonorfasyexela/opencv-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Digging OpenCV

Tested development platforms:

  • Windows/msys2
  • Ubuntu 18.04

On both platforms OpenCV is built from sources and installed into /opt/opencv.

To build examples use these commands:

$ mkdir build && cd build
$ OPENCV_INSTALL_DIR="/opt/opencv" cmake -G "Unix Makefiles" ..
$ make

To run examples use:

msys2:

    $ export PATH=/opt/opencv/x86/mingw/bin:$PATH 
    $ ./program.exe

01. Hello World

What illustrates:

  • how to select which OpenCV build to use
  • getting compile-time version
  • getting run-time version (where possible)
  • printing build information

About

Various OpenCV's features by examples in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published