http://www.emgu.com
Get or Set the equivalent MCvScalar value
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic MCvScalar MCvScalar { get; set; }
Public Property MCvScalar As MCvScalar
Get
Set
public:
virtual property MCvScalar MCvScalar {
MCvScalar get () sealed;
void set (MCvScalar value) sealed;
}
abstract MCvScalar : MCvScalar with get, set
override MCvScalar : MCvScalar with get, set
Property Value
Type:
MCvScalarImplements
IColorMCvScalar
See Also