LoginSignup
1
1

More than 5 years have passed since last update.

Click Modular RouterでOpenCVを扱う

Last updated at Posted at 2015-12-24

環境

  • OSX 10.11.2
  • click (Click) 2.1

やり方

clickでOpenCVを使う
staticにリンクしてしまうのが楽

./configure CXXFLAGS="`pkg-config --cflags --libs opencv`"

あとは、

#include <opencv/cv.h>

したりする

1
1
0

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
1