imflip {imageUtilities}R Documentation

flips a 3D *array* about a given axis

Description

flips a 3D *array* about a given axis

Usage

  imflip(img, type = c("horizontal", "vertical", "both"))

Arguments

img

image array to flip

type

the type of flip: flip horizontally (ie about vertical axis), or vertically (about horizontal axis).

Value

the input array flipped about the specified dimension

See Also

Other reshape: imflip.array, imtranspose, imtranspose.array


[Package imageUtilities version 1.0.3 Index]