flip image horizontally or vertically
flip an image row-wise (horizontally) or column-wise (vertically)
flipImage(image, mode = "horizontal")
image |
a matrix, data frame or 3-dimensional array |
mode |
one of 'horizontal', 'vertical' |
This function flips an image row-wise or column-wise
a matrix or 3-dimensional array
path = system.file("tmp_images", "1.png", package = "OpenImageR") im = readImage(path) flp = flipImage(im, mode = 'vertical')
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.