Copy the properties of an image
dip_Error dip_ImageCopyProperties( example, target )
Give the target image the same properties ( type, data type, etc... ) as the example image. The example image may be either "raw" or "forged", whereas the target image must be "raw". See ImageAssimilate.
Data type | Name | Description |
dip_Image | example | An example image |
dip_Image | target | The target image |