Last chance! 50% off unlimited learning
Sale ends in
tps_raw
calculates deformation grids and
returns position of sampled points on it.
tps_raw(fr, to, amp = 1, over = 1.2, grid.size = 15)
fr
and
to
numeric
that indicates how much the thin plate splines
extends over the shapesnumeric
to specify the number of grid cells on the
longer axis on the outlinesgrid
the xy coordinates of sampled
points along the grid; dim
the dimension of the grid.
tps2d
,
tps_arr
, tps_grid
,
tps_iso
## Not run:
# data(bot)
# ms <- mshapes(efourier(bot, 10), "type")
# b <- ms$shp$beer
# w <- ms$shp$whisky
# g <- tps_raw(b, w)
# ldk_plot(g$grid)
#
# # a wavy plot
# ldk_plot(g$grid, pch=NA)
# cols_ids <- 1:g$dim[1]
# for (i in 1:g$dim[2]) lines(g$grid[cols_ids + (i-1)*g$dim[1], ])
# ## End(Not run)
Run the code above in your browser using DataLab