So I\'m contemplating what language to use in the development of an app that uses OpenCV. As a part of my decision, I\'m interested in knowing how easy/difficult it is to in
You can have a look at http://www.pyinstaller.org/ It's great and it packages the necessary dll for opencv.
For opencv to work it py2exe also package numpy. Make sure you add a dependency for it in case you are using py2exe.