Skip to contents

And returns them registered on bookstein coordinates. See coo_bookstein.

Usage

coo_aligncalliper(coo)

Arguments

coo

matrix of (x; y) coordinates or any Coo object.

Value

a matrix of (x; y) coordinates, or any Coo object.

Examples

b <- bot[1]
coo_plot(b)

coo_plot(coo_aligncalliper(b))


b <- bot %>% slice(1:5) # for speed sake
bot.al <- coo_aligncalliper(b)
stack(bot.al)