Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Visual Studio 2008でgpuサポートを使用してopencv 2.3を適切に構成しましたが、それでも上記のエラーが発生します。
誰かが私が間違っているところを教えてください。
私は単純なアプリケーションを作成しようとしています
経由でそれを含めましたか
#include <...>
また
#include "..."
後者を使用して、opencv.h ファイルへのフル パスを挿入し、インストールを確認してください。上記の方法を使用する場合は、opencv をインストールしたパスをコンパイラに導入する必要があります。詳細については、Vistual Studio プロジェクトのプロパティを参照してください。
よろしく、フォックストロット