GraphRegexFullMatch Method |
Namespace: Emgu.TF
public Operation RegexFullMatch( Output input, Output pattern, string opName = "RegexFullMatch" )
Public Function RegexFullMatch ( input As Output, pattern As Output, Optional opName As String = "RegexFullMatch" ) As Operation
public: Operation^ RegexFullMatch( Output^ input, Output^ pattern, String^ opName = L"RegexFullMatch" )
member RegexFullMatch : input : Output * pattern : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "RegexFullMatch" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,