Get or set the intensity of the Cr color channel

Namespace:  Emgu.CV.Structure
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public double Cr { get; set; }
Visual Basic (Declaration)
Public Property Cr As Double
Visual C++
public:
property double Cr {
	double get ();
	void set (double value);
}

See Also