Save the image to the specific fileName

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

Syntax

C#
void Save(
	string fileName
)
Visual Basic (Declaration)
Sub Save ( _
	fileName As String _
)
Visual C++
void Save(
	String^ fileName
)

Parameters

fileName
Type: System..::.String
The file name of the image

See Also