1 | initial version |
I manage to partially-succeed the build by switching the compiler from mingw64\bin\g++ to usr\bin\g++ However I still have an issue, although I can declare variable such as Mat Image (see the tuto), I cannot call 'imread' without receiving this compilation error : référence indéfinie vers « cv::String::allocate(unsigned long) »
2 | No.2 Revision |
I manage to partially-succeed the build by switching the compiler from
mingw64\bin\g++ to
usr\bin\g++
However I still have an issue, although I can declare variable such as Mat Image (see the tuto), I cannot call 'imread' without receiving this compilation error :
référence indéfinie vers undefined reference to « cv::String::allocate(unsigned long) »