Emgu CV Library Documentation
AverageImage Property
NamespacesEmgu.CVEigenObjectRecognizerAverageImage

www.emgu.com/wiki
Get the average Image.
Declaration Syntax
C#Visual BasicVisual C++
public Image<Gray, float> AverageImage { get; set; }
Public Property AverageImage As Image(Of Gray, Single)
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

Assembly: Emgu.CV (Module: Emgu.CV) Version: 1.5.0.0 (1.5.0.0)