Table of Contents ▸ List of Commands ▸ Values Manipulation ▸ endian | ◀ eigen2tensor | equalize ▶ |
endian | Built-in command |
Arguments:
- _datatype
Description:
Reverse data endianness of selected images, eventually considering the pixel being of the specified datatype.datatype can be { bool | uint8 | int8 | uint16 | int16 | uint32 | int32 | uint64 | int64 | float32 | float64 }.
This command does nothing for bool, uint8 and int8 datatypes.