min.Rcpp_Image: Maxima and Minima of an Image

Description Usage Arguments Value Author(s) See Also Examples

View source: R/statistics.R

Description

Returns the maximum and minimum pixel values of an Image object. If the Image object has more than one channel, it returns the maximum and minimum of each channel.

Usage

1
2
3
4
5
## S3 method for class 'Rcpp_Image'
min(x, ...)

## S3 method for class 'Rcpp_Image'
max(x, ...)

Arguments

x

An Image object.

...

Unused at the moment.

Value

A numeric value for single-channel images; a matrix for multi-channels images.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image, minMaxLoc.

Examples

1
# TODO

neuroconductor-devel-releases/Rvision documentation built on Oct. 27, 2020, 1:16 p.m.