
Opencv_objdetect245 opencv_photo245 opencv_stitching245Īfter many trials and errors I decided to follow this tutorial and to compile my own binaries as it seems that too many people are complaining that precompiled binaries are NOT working for them.

Opencv_imgproc245 opencv_legacy245 opencv_ml245 opencv_nonfree245 Opencv_features2d245 opencv_flann245 opencv_gpu245 opencv_highgui245 Opencv_calib3d245 opencv_contrib245 opencv_core245 Eclipse MinGW C++ Linker, Libraries (-l) are set to:.

Eclipse MinGW C++ Linker, Library search path (-L) is set to: "C:\OpenCV245PC\build\x86\mingw\lib".Eclipse GCC C++ Compiler, Include paths (-I) is set to "C:\OpenCV245PC\build\include".Windows System PATH is set to C:\OpenCV245PC\build\x86\mingw\bin.OpenCV (PreCompiled) is unzipped to "C:\OpenCV245PC\ (README,index.rst and CMakeLists.txt are there with all subfolders).What might be wrong and what would be solution to this problem? "The application was unable to start correctly (0xc0000005). Img2 = cv::imread("lenna.png", CV_LOAD_IMAGE_COLOR) Ĭv::namedWindow("MyWindow2", CV_WINDOW_AUTOSIZE) īut when I try to Run it then it breaks with notorious IplImage* img1 = cvLoadImage("lenna.png") They even compile this small OpenCV source file, #include Previously eclipse CDT and MinGW compiled 100+ source files without problems. On Windows 7 64 bit, AMD processor, I installed OpenCV 2.4.5, with eclipse CDT Juno and MinGW, everything to the latest update.
