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