| 264 | int cv::gpu::getCudaEnabledDeviceCount() { return deviceInfoFuncTable()->getCudaEnabledDeviceCount(); } |
| 265 | |
| 266 | void cv::gpu::setDevice(int device) { deviceInfoFuncTable()->setDevice(device); } |
| 267 | int cv::gpu::getDevice() { return deviceInfoFuncTable()->getDevice(); } |
| 268 | |
| 269 | void cv::gpu::resetDevice() { deviceInfoFuncTable()->resetDevice(); } |
nothing calls this directly
no test coverage detected