Click or drag to resize

NativeMethodsobjdetect_HOGDescriptor_save Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus objdetect_HOGDescriptor_save(
	IntPtr self,
	string filename,
	string objName
)

Parameters

self
Type: SystemIntPtr

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

filename
Type: SystemString

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

objName
Type: SystemString

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

Return Value

Type: ExceptionStatus

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

See Also