Image.this

Copy constructor.

Parameters

copy
Type: Image

Input image, which is copied into this image structure.

deepCopy
Type: bool

if false (default) the data array will be referenced from copy, esle values will be copied to newly allocated array.

Meta