Generates the Fourier transform of a box
#include "dip_generation.h"
dip_Error dip_FTBox ( image, length, scale, amplitude )
Output: sfloat, scomplex
Generates the Fourier transform of a box with the half length of its sides specified by length and scale.
Data type | Name | Description |
dip_Image | image | Output Image |
dip_float | length | Length |
dip_FloatArray | scale | Scale |
dip_float | amplitude | Amplitude |