Restore an image to its initial ("raw") state
dip_Error dip_ImageStrip( image )
Free any pixel data associated with the image and return all fields to their initial ("raw") state. Essentially the image is returned to the state it was in right after it was allocated with ImageNew.
Data type | Name | Description |
dip_Image | image | The image to be stripped |