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