| 262 | //////////////////////////////// Initialization & Info //////////////////////// |
| 263 | |
| 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(); } |
nothing calls this directly
no test coverage detected