Thank you very much for your help.
Ferdi
-------
Do you have data arrays x(n),y(n) of coordinates of some image object boundary?
If so, then you would just do
FourierDescriptorArray = fft(x+y*i)
Regards,
Ferdi
"Matt J " <mattja...@THISieee.spam> wrote in message <hheob7$fev$1...@fred.mathworks.com>...
The function i() in MATLAB returns sqrt(-1):
>> i
ans =
0 + 1.0000i
"Matt J " <mattja...@THISieee.spam> wrote in message <hhinnn$ap8$1...@fred.mathworks.com>...