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: 4.1.0.3408 (4.1.0.3408)
Syntax
void Save(
	string fileName
)

Parameters

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