I am trying just a basic program with OpenCV with the following code:
#include \"cv.h\" #include \"highgui.h\" int main() { IplImage* newImg; newImg
Just add C:\OpenCV2.0\bin into your PATH environment variable
C:\OpenCV2.0\bin
or
When you install OpenCV,
Choose the option, Add OpenCV to the system PATH for current user which is not default one
Add OpenCV to the system PATH for current user