skew: Skew transformation

Description Usage Arguments Value Author(s) Examples

Description

Skew images.

Usage

1
 skew(x, theta_x = 0, theta_y = 0)

Arguments

x

An Image object or a matrix.

theta_x

Angle between the image and the x-axis.

theta_y

Angle between the image and the y-axis.

Value

An Image object or an array, containing the transformed version of x.

Author(s)

Yuichiro Hourai, yhourai@gmail.com

Takeo Katsuki, takeo.katsuki@gmail.com

Examples

1
2
  monalisa <- readImage(system.file("images/MonaLisa.jpg", package="RImageBook"))
  display(skew(monalisa, 0, -10))

tkatsuki/dipr documentation built on April 19, 2021, 7:18 p.m.