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