• Home
Name
Date
Size
#Lines
LOC

..--

lib/07-May-2024-

project/07-May-2024-2520

sbt/07-May-2024-11

src/main/07-May-2024-183102

READMED07-May-2024646 1412

README

1 A demo of the Java wrapper for OpenCV with two examples:
2 1) feature detection and matching and
3 2) face detection.
4 The examples are coded in Scala and Java.
5 Anyone familiar with Java should be able to read the Scala examples.
6 Please feel free to contribute code examples in Scala or Java, or any JVM language.
7 
8 To run the examples:
9 1) 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.
12 2) Go to the root directory and type "sbt/sbt run".
13    This should generate images in your current directory.
14