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