Click or drag to resize

NativeMethodstext_TextDetectorCNN_detect Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_detect(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus text_TextDetectorCNN_detect(
	IntPtr obj,
	IntPtr inputImage,
	IntPtr bbox,
	IntPtr confidence
)

Parameters

obj
Type: SystemIntPtr

[Missing <param name="obj"/> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_detect(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

inputImage
Type: SystemIntPtr

[Missing <param name="inputImage"/> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_detect(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

bbox
Type: SystemIntPtr

[Missing <param name="bbox"/> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_detect(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

confidence
Type: SystemIntPtr

[Missing <param name="confidence"/> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_detect(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_detect(System.IntPtr,System.IntPtr,System.IntPtr,System.IntPtr)"]

See Also