Overload List

  NameDescription
SetValue(MCvScalar)
Set the element of the Array to val
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(Double)
Set the element of the Array to val
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(TColor)
Set every pixel of the image to the specific color
(Inherited from Image<(Of <(TColor, TDepth>)>).)
SetValue(MCvScalar, CvArray<(Of <(Byte>)>))
Set the element of the Array to val, using the specific mask
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(Double, CvArray<(Of <(Byte>)>))
Set the element of the Array to val, using the specific mask
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(TColor, Image<(Of <(Gray, Byte>)>))
Set every pixel of the image to the specific color, using a mask
(Inherited from Image<(Of <(TColor, TDepth>)>).)

See Also