Ask Your Question

Revision history [back]

If you use OpenCV with static linking, your resulting .exe should have all the necessary functions.

If you use OpenCV with static linking, your resulting .exe should have all the necessary functions.functions. This is true for all OpenCV modules, except the FFMPEG module which due to licensing issues uses an external DLL that you will need to ship with your exe if you intend to use it.