Click or drag to resize

MatSaveImage Method (String, Int32)

Saves an image to a specified file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public bool SaveImage(
	string fileName,
	int[] prms = null
)

Parameters

fileName
Type: SystemString
prms (Optional)
Type: SystemInt32

Return Value

Type: Boolean
See Also