| 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(); } |
| 270 |
nothing calls this directly
no test coverage detected