Ask Your Question

Revision history [back]

If your application hasn't to be compiled on other computer, just copy the libraries (opencv_core, opencv_... depending on what you used). A good solution to find the libraries is to link only the specified libraries in your working computer, e.g. under linux not using pkg-config opencv --libs but -lopencv_core -lopencv_... and see what is really needed. As far as I know, there is not precision on libraries needed for each function, but if you look at the top page of the doc here, you can see that functions are presented by libraries, therefore, you can retro-engineered the problem :)