LoginSignup
0
2

More than 3 years have passed since last update.

環境設定 OpenCV for C++

Last updated at Posted at 2019-10-02

メモ代わりにピコピコします。
開発言語と実装環境とプロパティページと環境変数をピコピコします。

余裕があったら、スクリーンショットを載せれればいいかなとおもいます。

開発言語

・C++

実装環境

・Windows 10 64bit
・Visual Studio 2017 Community
・OpenCV ver 4.0.0

プロパティページ

・C/C++ → 全般 → 追加のインクルードディレクトリ
C:\opencv\build\include
・リンカー → 全般 → 追加のライブラリディレクトリ
C:\opencv\build\x64\vc15\lib
・リンカー → 入力 → 追加の依存ファイル
Debug→opencv_world400d.lib
Releas→opencv_world400.lib

PC内 環境変数

C:\opencv\build\x64\vc15\bin

参考文献

Visual Studio 2017 Community DL link 1
Visual Studio 2017 Community DL link 2
OpenCV 4.0.0 DL link 2

0
2
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
0
2