http://www.emgu.com
Save the image to the specific fileName
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxvoid Save(
string fileName
)
Sub Save (
fileName As String
)
void Save(
String^ fileName
)
abstract Save :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The file name of the image
See Also