Hello, I wrote a program in Linux that heavily depends on OpenCV, but some collaborators of mine wish to use it with Windows. How can I cross compile it so that it can run on Windows? Do my collaborators need to install the Windows version of OpenCV, or are all of the necessary files included with the .exe that I'd be sending? Also, parts of my program's core depend on OpenCV being built with ffmpeg support (it needs to open and analyze some mjpeg streams). Would the required files for that be included, or do they need to install additional software?
Thanks for your assistance,
Thomas