imgHistogram: Return the image histogram

Description Usage Arguments Value See Also Examples

Description

This function returns the image pixel values histogram.

Usage

1
imgHistogram(x, main='Image Histogram', col='Midnight Blue', ...)

Arguments

x

The image

main

The histogram title

col

The histogram bars color

...

Same options of hist function

Value

histogram object

See Also

hist

Examples

1
2
	x <- readJpeg(system.file("samples", "violet.jpg", package="biOps"))
	h <- imgHistogram(x)

matiasb/biOps documentation built on May 21, 2019, 12:55 p.m.