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