最初にこの方法でテストします:emgu cv installaitonディレクトリからサンプルプロジェクトを開き、それを実行します。たとえば、hello worldの例を開き、それを実行しようとします。サンプルプロジェクトが問題なく実行されている場合、インストールは正しいです。
emgu cvサンプルプロジェクトの場合、プロジェクトのビルド設定の出力パスオプションの値は<..> '.. \ .. \
bin ']をクリックします。プロジェクトの問題を解決するには、ビジュアルスタジオでプロジェクトを開き、出力パスオプションの値を 'C:\ Emgu \ emgucv 2.9 \ bin' に設定します。プロジェクトを実行してみてください。それは成功する必要があります。
Now, set back the value of Output Path option to bin\Debug\. Then, add all DLL files in the 'C:\Emgu\emgucv 2.9\bin' folder to your project using ADD -> Existing Item menu. similarly, add all DLL files in the 'C:\Emgu\emgucv 2.9\bin\x64' folder to your project using ADD -> Existing Item menu. Now, go to properties window and set Copy to Output Directory option of all dll files to Copy Always. Finally, in the Configuration Manager window, create a new configuration for x64 platform.
がんばろう