dim.Rcpp_Image: Dimensions of an Image

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ImageClass.R

Description

Retrieve the dimensions an Image object.

Usage

1
2
## S3 method for class 'Rcpp_Image'
dim(x)

Arguments

x

An Image object.

Value

A vector with 3 values corresponding to the number of rows, columns and channels of the image (in this order).

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image, image

Examples

1
# TODO

neuroconductor-devel/Rvision documentation built on May 16, 2021, 5:16 p.m.