The intensity of the gray color
Namespace:
Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)
Syntax
C# |
---|
public double Intensity { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Intensity As Double |
Visual C++ |
---|
public: property double Intensity { double get (); void set (double value); } |