http://www.emgu.com The intensity of the gray color
Namespace:
Emgu.CV.Structure
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
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