Click or drag to resize

CvArrayTDepthSetValue Method (MCvScalar, CvArrayByte)

http://www.emgu.com
Set the element of the Array to value, using the specific mask

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public void SetValue(
	MCvScalar value,
	CvArray<byte> mask = null
)

Parameters

value
Type: Emgu.CV.StructureMCvScalar
The value to be set
mask (Optional)
Type: Emgu.CVCvArrayByte
The mask for the operation
See Also