CvArrayTDepthSetRandUniform Method |
http://www.emgu.com
Inplace fills Array with uniformly distributed random numbers
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic void SetRandUniform(
MCvScalar floorValue,
MCvScalar ceilingValue
)
Public Sub SetRandUniform (
floorValue As MCvScalar,
ceilingValue As MCvScalar
)
public:
void SetRandUniform(
MCvScalar floorValue,
MCvScalar ceilingValue
)
member SetRandUniform :
floorValue : MCvScalar *
ceilingValue : MCvScalar -> unit
Parameters
- floorValue
- Type: Emgu.CV.StructureMCvScalar
the inclusive lower boundary of random numbers range - ceilingValue
- Type: Emgu.CV.StructureMCvScalar
the exclusive upper boundary of random numbers range
See Also