imgVerticalMirroring {biOps}R Documentation

Vertical mirror an image

Description

This function flips an image about the x axis.

Usage

imgVerticalMirroring(imgdata)

Arguments

imgdata The image

Value

return an imagedata object

See Also

imgHorizontalMirroring

Examples

        ## Not run: 
                x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
                y <- imgVerticalMirroring(x)
        
## End(Not run)

[Package biOps version 0.2.1 Index]