Click or drag to resize

GraphSubstr Method

https://www.emgu.com/wiki/index.php/Emgu_TF
Substr

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.6.0.1294
Syntax
public Operation Substr(
	Output input,
	Output pos,
	Output len,
	string unit = null,
	string opName = "Substr"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
pos
Type: Emgu.TFOutput
Input to the operation.
len
Type: Emgu.TFOutput
Input to the operation.
unit (Optional)
Type: SystemString
unit
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] output(type: DtString).
See Also