Initializes a new instance of the CvRandState class
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CvRandState( double param1, double param2, int seed, DistributionType disttype )
Parameters
- param1
- Type: SystemDouble
[Missing <param name="param1"/> documentation for "M:OpenCvSharp.CvRandState.#ctor(System.Double,System.Double,System.Int32,OpenCvSharp.DistributionType)"]
- param2
- Type: SystemDouble
[Missing <param name="param2"/> documentation for "M:OpenCvSharp.CvRandState.#ctor(System.Double,System.Double,System.Int32,OpenCvSharp.DistributionType)"]
- seed
- Type: SystemInt32
[Missing <param name="seed"/> documentation for "M:OpenCvSharp.CvRandState.#ctor(System.Double,System.Double,System.Int32,OpenCvSharp.DistributionType)"]
- disttype
- Type: OpenCvSharpDistributionType
[Missing <param name="disttype"/> documentation for "M:OpenCvSharp.CvRandState.#ctor(System.Double,System.Double,System.Int32,OpenCvSharp.DistributionType)"]
See Also