http://www.emgu.com
Save the image to the specific fileName
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
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