Get the average Image.

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public Image<Gray, float> AverageImage { get; set; }
Public Property AverageImage As Image(Of Gray, Single)
	Get
	Set
public:
property Image<Gray, float>^ AverageImage {
	Image<Gray, float>^ get ();
	void set (Image<Gray, float>^ value);
}

Remarks

The set method is primary used for deserialization, do not attemps to set it unless you know what you are doing

See Also