-
Notifications
You must be signed in to change notification settings - Fork 0
OpenCV
Martin Schröder edited this page Jun 28, 2018
·
4 revisions
For usage of the OpenCV-library we use Java-bindings. These expect OpenCV to be loaded.
The dependency org.openpnp.opencv has the binaries for OpenCV included, so it is not necessary for the user to manually install OpenCV at any time.
Through calling nu.pattern.OpenCV.loadShared();
an installed OpenCV is found and executed or, if it is not installed, the library-files that come with the maven-dependency are copied onto a temporary folder on the computer and loaded from there.