ForwardFourierTransformImage method
Pointer<Image>
ForwardFourierTransformImage(
- Pointer<
Image> arg0, - int arg1,
- Pointer<
ExceptionInfo> arg2
Implementation
ffi.Pointer<Image> ForwardFourierTransformImage(
ffi.Pointer<Image> arg0,
int arg1,
ffi.Pointer<ExceptionInfo> arg2,
) {
return _ForwardFourierTransformImage(
arg0,
arg1,
arg2,
);
}