Overload List
Name | Description | |
---|---|---|
SaveImage(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.
| |
SaveImage(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.
|
See Also