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: 4.1.1.3497 (4.1.1.3497)
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