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