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.NetStandard (in Emgu.CV.World.NetStandard.dll) Version: 1.0.0
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