http://www.emgu.com The intensity of the gray color
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.1.3497 (4.1.1.3497)
Syntaxpublic double Intensity { get; set; }
Public Property Intensity As Double
Get
Set
public:
property double Intensity {
double get ();
void set (double value);
}
member Intensity : float with get, set
Property Value
Type:
Double The intensity of the gray color
See Also