LoginSignup
1
2

More than 5 years have passed since last update.

C++のOpenCVをCMakeで使う

Last updated at Posted at 2016-12-16

概要

マルチプラットフォームで動作するC++のOpenCV。
画像を表示するだけのシンプルな例。
https://github.com/ryokomy/opencv_helloworld

使い方

git clone https://github.com/ryokomy/opencv_helloworld.git
cd opencv_helloworld
mkdir build
cd build
cmake ..
make
./opencv_helloworld

結果

Screen Shot 2018-02-28 at 15.21.11.png

1
2
3

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2