tfourier_i
uses the inverse tangent angle Fourier transformation to
calculate a shape, when given a list with Fourier coefficients, typically
obtained computed with tfourier.
tfourier_i(
tf,
nb.h,
nb.pts = 120,
force2close = FALSE,
rescale = TRUE,
perim = 2 * pi,
thetao = 0
)
A list with components:
vector
of
x
-coordinates.
vector
of y
-coordinates.
vector
of interpolated changes on the tangent angle.
vector
of position on the perimeter (in radians).
a list with ao, an and bn components, typically as returned by tfourier
integer
. The number of harmonics to calculate/use
integer
. The number of points to calculate
logical
. Whether to force the outlines calculated
to close (see coo_force2close).
logical
. Whether to rescale the points calculated so
that their perimeter equals perim
.
The perimeter length to rescale shapes.
numeric
. Radius angle to the reference (in radians)
See tfourier for the mathematical background.
Zahn CT, Roskies RZ. 1972. Fourier Descriptors for Plane Closed Curves. IEEE Transactions on Computers C-21: 269-281.
Claude, J. (2008) Morphometrics with R, Use R! series, Springer 316 pp.
Other tfourier:
tfourier_shape()
,
tfourier()
tfourier(bot[1], 24)
tfourier_shape()
Run the code above in your browser using DataLab