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.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic void SetValue(
MCvScalar value,
CvArray<byte> mask = null
)
Public Sub SetValue (
value As MCvScalar,
Optional mask As CvArray(Of Byte) = Nothing
)
public:
void SetValue(
MCvScalar value,
CvArray<unsigned char>^ mask = nullptr
)
member SetValue :
value : MCvScalar *
?mask : CvArray<byte>
(* Defaults:
let _mask = defaultArg mask null
*)
-> unit
Parameters
- value
- Type: Emgu.CV.StructureMCvScalar
The value to be set - mask (Optional)
- Type: Emgu.CVCvArrayByte
The mask for the operation
See Also