CvParamGrid Constructor OpenCvSharp Class Library
Constructor

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public CvParamGrid(
	double minVal,
	double maxVal,
	double logStep
)

Parameters

minVal
Type: SystemDouble

[Missing <param name="minVal"/> documentation for "M:OpenCvSharp.CPlusPlus.CvParamGrid.#ctor(System.Double,System.Double,System.Double)"]

maxVal
Type: SystemDouble

[Missing <param name="maxVal"/> documentation for "M:OpenCvSharp.CPlusPlus.CvParamGrid.#ctor(System.Double,System.Double,System.Double)"]

logStep
Type: SystemDouble

[Missing <param name="logStep"/> documentation for "M:OpenCvSharp.CPlusPlus.CvParamGrid.#ctor(System.Double,System.Double,System.Double)"]

See Also

Reference