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