| 267 | int cv::gpu::getDevice() { return deviceInfoFuncTable()->getDevice(); } |
| 268 | |
| 269 | void cv::gpu::resetDevice() { deviceInfoFuncTable()->resetDevice(); } |
| 270 | |
| 271 | bool cv::gpu::deviceSupports(FeatureSet feature_set) { return deviceInfoFuncTable()->deviceSupports(feature_set); } |
| 272 |
nothing calls this directly
no test coverage detected