Click or drag to resize
CvArrayTDepthSetRandUniform Method
http://www.emgu.com
Inplace fills Array with uniformly distributed random numbers

Namespace: Emgu.CV
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void SetRandUniform(
	MCvScalar floorValue,
	MCvScalar ceilingValue
)

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