imgBlueBand {biOps} | R Documentation |
This function returns the blue band of the imagedata.
imgBlueBand(x)
x |
The image |
grey imagedata
## Not run: x <- readJpeg(system.file("samples", "violet.jpg", package="biOps")) plot(imgBlueBand(x)) ## End(Not run)