Click or drag to resize
IImageSave Method
http://www.emgu.com
Save the image to the specific fileName

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

Parameters

fileName
Type: SystemString
The file name of the image
See Also