ITK IOBase 图像属性

std::string  GetByteOrderAsString (ByteOrder) const

virtual IOComponentType  GetComponentType () const
std::string  GetFileTypeAsString (FileType) const
virtual IOPixelType itk::ImageIOBase::GetPixelType (   ) const
Member Enumeration Documentation

enum itk::ImageIOBase::ByteOrder

Enums used to specify byte order; whether Big Endian or Little Endian. Some subclasses use this, some ignore it.

Enumerator:
BigEndian   
LittleEndian   
OrderNotApplicable   

Definition at line 234 of file itkImageIOBase.h.

enum itk::ImageIOBase::FileType

Enums used to specify write style: whether binary or ASCII. Some subclasses use this, some ignore it.

Enumerator:
ASCII   
Binary   
TypeNotApplicable   

Definition at line 230 of file itkImageIOBase.h.

enum itk::ImageIOBase::IOComponentType

Enums used to manipulate the component type. The component type refers to the actual storage class associated with either a SCALAR pixel type or elements of a compound pixel.

Enumerator:
UNKNOWNCOMPONENTTYPE   
UCHAR   
CHAR   
USHORT   
SHORT   
UINT   
INT   
ULONG   
LONG   
FLOAT   
DOUBLE   

Definition at line 105 of file itkImageIOBase.h.

enum itk::ImageIOBase::IOPixelType

Enums used to manipulate the pixel type. The pixel type provides context for automatic data conversions (for instance, RGB to SCALAR, VECTOR to SCALAR).

Enumerator:
UNKNOWNPIXELTYPE   
SCALAR   
RGB   
RGBA   
OFFSET   
VECTOR   
POINT   
COVARIANTVECTOR   
SYMMETRICSECONDRANKTENSOR   
DIFFUSIONTENSOR3D   
COMPLEX   
FIXEDARRAY   
MATRIX   

你可能感兴趣的:(ITK IOBase 图像属性)