how to run opencv_creatsamples.exe
hello there, I am trying to run opencv_createsamples.exe on my computer running Windows8(64-bit). My file is in directory C:\Emgu\bin\opencv_createsamples.exe. So whenever I try to run it from its directory using cmd it gives error: "The program can't start because opencv_core249.dll is missing from your computer.Try reinstalling the program to fix this problem." I've also tried re-installing it but it doesn't work. Can somebody help me?
You probably need to add opencv_core249.dll to your system Path. This means locating it in your OpenCV install and adding that entire directory to your PATH variable in Windows->Advanced Settings.
This is the last step in the installation tutorial