imflip.array {imageUtilities} | R Documentation |
flips a 3D *array* about a given axis
imflip.array(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), or both. |
the input array flipped about the specified dimension
Other reshape: imflip
,
imtranspose
,
imtranspose.array