Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ selectedDeviceIsOpenCL
Method
selectedDeviceIsOpenCL
deps/tesseract/opencl/openclwrapper.cpp:2734–2737 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2732
2733
2734
bool OpenclDevice::selectedDeviceIsOpenCL() {
2735
ds_device device = getDeviceSelection();
2736
return (device.type == DS_DEVICE_OPENCL_DEVICE);
2737
}
2738
2739
#endif
Callers
2
thresholder.cpp
File · 0.80
OtsuThreshold
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected