Click or drag to resize

GpuMatSave Method

http://www.emgu.com
Save the GpuMat to a file

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntax
public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name

Implements

IImageSave(String)
See Also