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