TesseractGetOpenCLDevice Method |
http://www.emgu.com[Missing <summary> documentation for "M:Emgu.CV.OCR.Tesseract.GetOpenCLDevice(System.IntPtr@)"]
Namespace: Emgu.CV.OCRAssembly: Emgu.CV.OCR (in Emgu.CV.OCR.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic int GetOpenCLDevice(
ref IntPtr device
)
Public Function GetOpenCLDevice (
ByRef device As IntPtr
) As Integer
public:
int GetOpenCLDevice(
IntPtr% device
)
member GetOpenCLDevice :
device : IntPtr byref -> int
Parameters
- device
- Type: SystemIntPtr
[Missing <param name="device"/> documentation for "M:Emgu.CV.OCR.Tesseract.GetOpenCLDevice(System.IntPtr@)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Emgu.CV.OCR.Tesseract.GetOpenCLDevice(System.IntPtr@)"]
See Also