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.0.1.3373 (4.0.1.3373)
Syntax
public void Save(
	string fileName
)

Parameters

fileName
Type: SystemString
The file name

Implements

IImageSave(String)
See Also