Saving the GPU image to file

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

Syntax

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

Parameters

fileName
String
The file to be saved to

Implements

IImage..::..Save(String)

See Also