Click or drag to resize

NativeMethodsml_SVM_setKernel Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ml_SVM_setKernel(
	IntPtr obj,
	int kernelType
)

Parameters

obj
Type: SystemIntPtr

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

kernelType
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also