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 ...
2 | No.2 Revision |
"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 ...3 | No.3 Revision |
"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 4 | No.4 Revision |
"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 ...
5 | No.5 Revision |
"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 ...
6 | No.6 Revision |
"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 ...
7 | No.7 Revision |
"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