Click or drag to resize

GraphRegexReplace Method

http://www.emgu.com
RegexReplace

Namespace:  Emgu.TF
Assembly:  Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 2.4.1.1202
Syntax
public Operation RegexReplace(
	Output input,
	Output pattern,
	Output rewrite,
	bool replace_global = true,
	string opName = "RegexReplace"
)

Parameters

input
Type: Emgu.TFOutput
Input to the operation.
pattern
Type: Emgu.TFOutput
Input to the operation.
rewrite
Type: Emgu.TFOutput
Input to the operation.
replace_global (Optional)
Type: SystemBoolean
replace global
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation

[Missing <returns> documentation for "M:Emgu.TF.Graph.RegexReplace(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.Boolean,System.String)"]

See Also