DIPlib Documentation - ©1995-2005 Pattern Recognition Group, Delft University of Technology.

ImageAssimilate

Inherit properties of another image

SYNOPSIS

dip_Error dip_ImageAssimilate( example, target )

FUNCTION

Give the target image the same properties ( type, data type, etc... ) as the example image. The example image may be either "raw" or "forged".

ARGUMENTS

Data typeNameDescription
dip_ImageexampleAn example image
dip_ImagetargetThe target image

SEE ALSO

ImageCopyProperties, ChangeDataType, ChangeTo0d

DIPlib on-line documentation | Function reference | Global function index