Package edu.wpi.grip.core.cuda
Interface CudaDetector
-
- All Known Implementing Classes:
LoadingCudaDetector
,NullCudaDetector
public interface CudaDetector
Detects CUDA installs.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCompatibleCudaInstalled()
Checks if a CUDA runtime is installed that is compatible with what we need for OpenCV.
-