CvRandState
Inheritance Hierarchy
OpenCvSharpCvRandState
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
The CvRandState type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CvRandState | Initializes a new instance of the CvRandState class | |
| CvRandState(IntPtr) |
Initializes from pointer
| |
| CvRandState(Double, Double, Int32) | Initializes a new instance of the CvRandState class | |
| CvRandState(Double, Double, Int32, DistributionType) | Initializes a new instance of the CvRandState class |
Properties
| Name | Description | |
|---|---|---|
| DistType |
distribution type
| |
| Param |
parameters of RNG
| |
| State |
RNG _state (the current seed and carry)
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Rand |
Fills array with random numbers
| |
| RandInit(Double, Double, Int32) |
Initialize CvRandState structure
| |
| RandInit(Double, Double, Int32, DistributionType) |
Initialize CvRandState structure
| |
| RandSetRange(Double, Double) |
Changes RNG range while preserving RNG _state
| |
| RandSetRange(Double, Double, Int32) |
Changes RNG range while preserving RNG _state
| |
| ToString | (Inherited from Object.) |
Remarks
See Also