imflip {imageUtilities} | R Documentation |
flips a 3D *array* about a given axis
imflip(img, type = c("horizontal", "vertical", "both"))
img |
image array to flip |
type |
the type of flip: flip horizontally (ie about vertical axis), or vertically (about horizontal axis). |
the input array flipped about the specified dimension
Other reshape: imflip.array
,
imtranspose
,
imtranspose.array