MatImWrite Method (String, Int32)
|
Saves an image to a specified file.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool ImWrite(
string fileName,
int[] prms = null
)
Public Function ImWrite (
fileName As String,
Optional prms As Integer() = Nothing
) As Boolean
public:
bool ImWrite(
String^ fileName,
array<int>^ prms = nullptr
)
member ImWrite :
fileName : string *
?prms : int[]
(* Defaults:
let _prms = defaultArg prms null
*)
-> bool
function ImWrite(fileName, prms);
Parameters
- fileName
- Type: SystemString
- prms (Optional)
- Type: SystemInt32
Return Value
Type:
Boolean
See Also