/OpenCv-Sample

A simple sample for OpenCv 3

Primary LanguageC++

OpenCv3 3 with CMake Sample

A simple sample to illustrate the use of Opencv with CMake.

Build and Run

After downloading, within the root directory:

cd build
cmake ..

The automatic Makefile is generated, then you can run make:

make
./display apartment.jpg

Credit

  1. Original OpenCv tutorial is here.
  2. The photo 'apartment.jpg' is by Arthur Yeti on Unsplash.