Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

"this fails as well : " - you're confusing the include folder(needed for compile) with the 'lib' folder (needed to *link, later) , so try: L:/Apps_Installation_Folder/opencv/build/lib LIBS += -lopencv_core300 -lopencv_highgui300 -lopencv_imgcodecs300 -lopencv_ml300 -lopencv_objdetect ...

"this fails as well : " - you're confusing the include folder(needed for compile) with the 'lib' folder (needed to *link, later) , so try:

L:/Apps_Installation_Folder/opencv/build/lib LIBS += -lopencv_core300 -lopencv_highgui300 -lopencv_imgcodecs300 -lopencv_ml300 -lopencv_objdetect ...

"this fails as well : " - you're confusing the include folder(needed for compile) with the 'lib' folder (needed to *link, later) , so try:

L:/Apps_Installation_Folder/opencv/build/lib

LIBS +=-L:/Apps_Installation_Folder/opencv/build/lib
LIBS += -lopencv_core300 -lopencv_highgui300 -lopencv_imgcodecs300 -lopencv_ml300 -lopencv_objdetect ...

...

"this fails as well : " - you're confusing the include folder(needed for compile) with the 'lib' folder (needed to *link, link, later) , so try:

LIBS +=-L:/Apps_Installation_Folder/opencv/build/lib
LIBS += -lopencv_core300 -lopencv_highgui300 -lopencv_imgcodecs300 -lopencv_ml300 -lopencv_objdetect ...

"this fails as well : " - you're confusing the include folder(needed for the compile) step) with the 'lib' folder (needed to link, later) , so try:

LIBS +=-L:/Apps_Installation_Folder/opencv/build/lib
LIBS += -lopencv_core300 -lopencv_highgui300 -lopencv_imgcodecs300 -lopencv_ml300 -lopencv_objdetect ...

"this fails as well : " - you're confusing the include folder(needed for the compile step) with the 'lib' folder (needed to link, later) , so try:

LIBS +=-L:/Apps_Installation_Folder/opencv/build/lib
LIBS += -lopencv_core300 -lopencv_highgui300 -lopencv_imgcodecs300 -lopencv_ml300 -lopencv_objdetect  ...

"this fails as well : " - you're confusing the include folder(needed for the compile step) with the 'lib' folder (needed to link, later) , so try:

LIBS +=-L:/Apps_Installation_Folder/opencv/build/lib
LIBS += -lopencv_core300 -lopencv_highgui300 -lopencv_imgcodecs300  ...

also, just saying, it needs 2 backslashes or a single forward slash