The intensity of the gray color

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
public double Intensity { get; set; }
Public Property Intensity As Double
public:
property double Intensity {
	double get ();
	void set (double value);
}

Field Value

The intensity of the gray color

See Also