1A demo of the Java wrapper for OpenCV with two examples: 21) feature detection and matching and 32) face detection. 4The examples are coded in Scala and Java. 5Anyone familiar with Java should be able to read the Scala examples. 6Please feel free to contribute code examples in Scala or Java, or any JVM language. 7 8To run the examples: 91) Install OpenCV and copy the OpenCV jar to lib/. 10 This jar must match the native libraries installed in your system. 11 If this isn't the case, you may get a java.lang.UnsatisfiedLinkError at runtime. 122) Go to the root directory and type "sbt/sbt run". 13 This should generate images in your current directory. 14