shift: shifting operator

Description Usage Arguments Value Examples

View source: R/shift.R

Description

shifting operator

Usage

1
shift(im, s)

Arguments

im

cimg object

s

numeric p by 2 matrix containing the registration parameters

Value

shifted cimg object

Examples

1
2
shift(cameraman, c(1,1))
shift(cameraman, cbind(c(1,1),c(-0.5,0.5)))

redR documentation built on May 2, 2019, 3:47 p.m.

Related to shift in redR...