Emgu CV Library Documentation
Save Method (fileName)
NamespacesEmgu.CVCvArray<(Of <(TDepth>)>)Save(String)

www.emgu.com/wiki
Save the CvArray as image
Declaration Syntax
C#Visual BasicVisual C++
public virtual void Save(
	string fileName
)
Public Overridable Sub Save ( _
	fileName As String _
)
public:
virtual void Save(
	String^ fileName
)
Parameters
fileName (String)
The name of the image to save

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