Package edu.wpi.grip.core.cuda
Interface AccelerationMode
-
- All Known Implementing Classes:
CudaAccelerationMode
,NullAccelerationMode
public interface AccelerationMode
App-wide hardware acceleration mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isUsingCuda()
Flag marking that GRIP is using CUDA-accelerated OpenCV.
-