Package org.ptolemy.opencv
Class OpenCVLoader
- java.lang.Object
-
- org.ptolemy.opencv.OpenCVLoader
-
public class OpenCVLoader extends java.lang.Object
Load the OpenCV shared library.- Since:
- Ptolemy II 11.0
- Version:
- $Id$
- Author:
- Christopher Brooks
- Pt.AcceptedRating:
- Red (cxh)
- Pt.ProposedRating:
- Yellow (cxh)
-
-
Constructor Summary
Constructors Constructor Description OpenCVLoader()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
loadOpenCV(java.lang.String nativeLibraryName)
Load the OpenCV Shared library.
-
-
-
Method Detail
-
loadOpenCV
public static java.lang.String loadOpenCV(java.lang.String nativeLibraryName)
Load the OpenCV Shared library.- Parameters:
nativeLibraryName
- The name of the library, without a leading "lib" or a trailing . suffix. Typically Core.NATIVE_LIBRARY_NAME.- Returns:
- the library that was loaded if any.
-
-