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

Parameters

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