1 | initial version |
unfortunately, this depends on the opencv version, and the compiler you use ;(
for opencv 3.2:
g++, linux: -lopencv_imgcodecs
g++ (mingw): -lopencv_imgcodecs320 (needs version number !)
vs2015 prebuilt: opencv_world320.lib (all libs in one)
vs20xx, self built libs: opencv_imgcodecs320.lib
for opencv2.4.x:
g++: -lopencv_highgui
VS20xx: opencv_highgui2413.lib // needs correct version number !