Where are module libs in prebuilt version?
I am trying to run my first example program, but I am getting undefined reference errors.
Im am using the prebuilt "vc14" folder with mingw32 and netbeans. I added the headers, lib and bin directories to the project, but the only .lib files to to link to were opencv_world320.lib or opencv_world320d.lib. There are Cmake files in the folder, but no other .lib files for the modules.
How am I supposed to get the modules?
Thanks for your help.