View source: R/core-out-tfourier.R
tfourier_i | R Documentation |
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
)
tf |
a list with ao, an and bn components, typically as returned by tfourier |
nb.h |
|
nb.pts |
|
force2close |
|
rescale |
|
perim |
The perimeter length to rescale shapes. |
thetao |
|
See tfourier for the mathematical background.
A list with components:
x |
|
y |
|
phi |
|
angle |
|
Directly borrowed for Claude (2008), and called ifourier2
there.
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.