Convert image data type to given type.
Creates new image with data typed as given value type. If this image's data type is the same as given type, deep copy of this image is returned.
(template parameter) value type to which image's data is converted.
Copy of this image with casted data to given type. If given type is same as current data of this image, deep copy is returned.
See Implementation
Convert image data type to given type.
Creates new image with data typed as given value type. If this image's data type is the same as given type, deep copy of this image is returned.