概要
マルチプラットフォームで動作する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
Go to list of users who liked
More than 5 years have passed since last update.
マルチプラットフォームで動作する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
Register as a new user and use Qiita more conveniently
Go to list of users who liked