lrxjason / ShowImage

Show an image using opencv and buid the program with Cmake

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShowImage

Show an image using opencv and buid the program with Cmake

Installation

After you download it, type:

cd ShowImage

mkdir build

cd build

cmake ..

make

to build this project

Or bash install

Type:

bash install.sh

Running

To display a image, type:

bin/showimage Dayton.png

in terminal under the prject folder

About

Show an image using opencv and buid the program with Cmake

License:MIT License


Languages

Language:C++ 54.2%Language:CMake 38.1%Language:Shell 7.7%