The commit added contains code to check the version of the OpenCV library before executing any version specific functions. It has support for Travis Ubuntu builds as well as Windows and Debian. Ubuntu provides a different version number than expected, but since it checks only for version 3, that works as well. This PR is the solution to issue #20.
The commit added contains code to check the version of the OpenCV library before executing any version specific functions. It has support for Travis Ubuntu builds as well as Windows and Debian. Ubuntu provides a different version number than expected, but since it checks only for version 3, that works as well. This PR is the solution to issue #20.