Save this image to the specific file

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

Syntax

C#
public override void Save(
	string fileName
)
Visual Basic (Declaration)
Public Overrides Sub Save ( _
	fileName As String _
)
Visual C++
public:
virtual void Save(
	String^ fileName
) override

Parameters

fileName
Type: System..::.String
The name of the file to be saved to

Implements

IImage..::.Save(String)

See Also