Click or drag to resize

NativeMethodsfeatures2d_Feature2D_read Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus features2d_Feature2D_read(
	IntPtr obj,
	string fileName
)

Parameters

obj
Type: SystemIntPtr

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

fileName
Type: SystemString

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

Return Value

Type: ExceptionStatus

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

See Also