Generates Fourier transform of a ellipsoid
#include "dip_generation.h"
dip_Error dip_FTEllipsoid ( image, radius, scale, amplitude )
Output: sfloat, scomplex
Generates the Fourier transform of an ellipsoid with the length of its axes specified by radius and scale.
Data type | Name | Description |
dip_Image | image | Output Image |
dip_float | radius | Radius |
dip_FloatArray | scale | Scale |
dip_float | amplitude | Amplitude |
L.J. van Vliet, Grey-Scale Measurements in Multi-Dimensional Digitized Images, Ph.D. thesis Delft University of Technology, Delft University Press, Delft, 1993
This function is only implemented for images with a dimensionality up to three.