Package edu.wpi.grip.core.cuda
Class NullCudaDetector
- java.lang.Object
-
- edu.wpi.grip.core.cuda.NullCudaDetector
-
- All Implemented Interfaces:
CudaDetector
public class NullCudaDetector extends java.lang.Object implements CudaDetector
-
-
Constructor Summary
Constructors Constructor Description NullCudaDetector()
-
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.
-
-
-
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 interfaceCudaDetector
-
-