Class NullCudaDetector

  • All Implemented Interfaces:
    CudaDetector

    public class NullCudaDetector
    extends java.lang.Object
    implements CudaDetector
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCompatibleCudaInstalled()
      Checks if a CUDA runtime is installed that is compatible with what we need for OpenCV.
      • Methods inherited from class java.lang.Object

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

      • NullCudaDetector

        public NullCudaDetector()
    • Method Detail

      • isCompatibleCudaInstalled

        public boolean isCompatibleCudaInstalled()
        Description copied from interface: CudaDetector
        Checks if a CUDA runtime is installed that is compatible with what we need for OpenCV.
        Specified by:
        isCompatibleCudaInstalled in interface CudaDetector