Class 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OpenCVLoader

        public OpenCVLoader()
    • 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.