Cv. SaveImage Method OpenCvSharp Class Library
Overload List

  NameDescription
Public methodStatic memberSaveImage(String, CvArr,ImageEncodingParam[])
Saves the image to the specified file. The image format is chosen depending on the filename extension, see cvLoadImage. Only 8-bit single-channel or 3-channel (with 'BGR' channel order) images can be saved using this function.
Public methodStatic memberSaveImage(String, CvArr,Int32[])
Saves the image to the specified file. The image format is chosen depending on the filename extension, see cvLoadImage. Only 8-bit single-channel or 3-channel (with 'BGR' channel order) images can be saved using this function.
Top
See Also

Reference