Click or drag to resize

NativeMethodstext_TextDetectorCNN_create2 Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus text_TextDetectorCNN_create2(
	string modelArchFilename,
	string modelWeightsFilename,
	out IntPtr returnValue
)

Parameters

modelArchFilename
Type: SystemString

[Missing <param name="modelArchFilename"/> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_create2(System.String,System.String,System.IntPtr@)"]

modelWeightsFilename
Type: SystemString

[Missing <param name="modelWeightsFilename"/> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_create2(System.String,System.String,System.IntPtr@)"]

returnValue
Type: SystemIntPtr

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.text_TextDetectorCNN_create2(System.String,System.String,System.IntPtr@)"]

Return Value

Type: ExceptionStatus

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

See Also