Click or drag to resize

MatImWrite Method (String, Int32)

Saves an image to a specified file.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public bool ImWrite(
	string fileName,
	int[] prms = null
)

Parameters

fileName
Type: SystemString

[Missing <param name="fileName"/> documentation for "M:OpenCvSharp.Mat.ImWrite(System.String,System.Int32[])"]

prms (Optional)
Type: SystemInt32

[Missing <param name="prms"/> documentation for "M:OpenCvSharp.Mat.ImWrite(System.String,System.Int32[])"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:OpenCvSharp.Mat.ImWrite(System.String,System.Int32[])"]

See Also