Click or drag to resize

NativeMethodsml_SVM_getDefaultGrid Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDefaultGrid(System.Int32,OpenCvSharp.ML.ParamGrid@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ml_SVM_getDefaultGrid(
	int paramId,
	out ParamGrid returnValue
)

Parameters

paramId
Type: SystemInt32

[Missing <param name="paramId"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDefaultGrid(System.Int32,OpenCvSharp.ML.ParamGrid@)"]

returnValue
Type: OpenCvSharp.MLParamGrid

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDefaultGrid(System.Int32,OpenCvSharp.ML.ParamGrid@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ml_SVM_getDefaultGrid(System.Int32,OpenCvSharp.ML.ParamGrid@)"]

See Also