http://www.emgu.com
Save the GpuMat to a file
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.1.0.3408 (4.1.0.3408)
Syntaxpublic void Save(
string fileName
)
Public Sub Save (
fileName As String
)
public:
virtual void Save(
String^ fileName
) sealed
abstract Save :
fileName : string -> unit
override Save :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The file name
Implements
IImageSave(String)
See Also