cloneImage: Make a copy of an Image object

Description Usage Arguments Value Author(s) See Also Examples

View source: R/ImageClass.R

Description

Image objects are pointers toward C++ objects stored in memory. When copying an Image object using an assignment operator, this creates a copy of the pointer, but not a copy of the C++ object. Any operation on the copied Image object will therefore result in a modification of the orginal Image object. This function duplicates the original Image object instead, allowing safe operations on it while maintaining the integrity of the original Image object.

Usage

1

Arguments

x

An Image object.

Value

An Image object.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

Image

Examples

1
# TODO

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