http://www.emgu.com
Save the GpuMat to a file
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic void Save(
string fileName
)
Public Sub Save (
fileName As String
)
public:
void Save(
String^ fileName
)
member Save :
fileName : string -> unit
Parameters
- fileName
- Type: SystemString
The file name
See Also