Generated Fourier transform of a sphere
#include "dip_generation.h"
dip_Error dip_FTSphere ( image, radius, amplitude )
Output: sfloat, scomplex
Generates the Fourier transform of a sphere with radius radius and an amplitude of amplitude.
Data type | Name | Description |
dip_Image | image | Output Image |
dip_float | radius | Radius |
dip_float | amplitude | Amplitude |
This function is only implemented for images with a dimensionality up to three.