Click or drag to resize

ToolboxExecuteCmd Method

http://www.emgu.com
Call a command from command line

Namespace:  Emgu.Util
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static string ExecuteCmd(
	string execFileName,
	string arguments
)

Parameters

execFileName
Type: SystemString
The name of the executable
arguments
Type: SystemString
The arguments to the executable

Return Value

Type: String
The standard output
See Also