imgBlueBand {biOps}R Documentation

Return the image blue band

Description

This function returns the blue band of the imagedata.

Usage

imgBlueBand(x)

Arguments

x The image

Value

grey imagedata

Examples

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

[Package biOps version 0.2.1 Index]