Click or drag to resize

ParamGrid Constructor

Constructor with parameters

Namespace:  OpenCvSharp.ML
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public ParamGrid(
	double minVal,
	double maxVal,
	double logStep
)

Parameters

minVal
Type: SystemDouble
maxVal
Type: SystemDouble
logStep
Type: SystemDouble
See Also