vbox {RImagePalette}R Documentation

Volume box

Description

Extract minimum, maximum, median, extent, and volume information from red, green, and blue color channels.

Usage

vbox(im)

Arguments

im

List An image in list form, with three components: red, green, blue

Details

For passing to median_cut().

Value

A list containing the minimum, maximum, median, extent, and volume of each component of the image

See Also

median_cut image_palette


[Package RImagePalette version 0.1.1 Index]