1 | initial version |
I would not ask about symbol '_ZN2cv6
imread
ERKNS_6StringEi' gobbledegook
however, it should tell you, you're lacking the resp. library (and probably a few more)
add -lopencv_imgcodecs
to your cmdline to fix the imread() problem.