OpenImageROI.kl¶
Types¶
OpenImageROI (struct)¶
The OpenImageROI represents a region of interest within an image.
注釈
Please refer to the official OpenImageIO documentation for more details (https://sites.google.com/site/openimageio/documentation).
Members¶
SInt32 | xbegin | |
SInt32 | xend | |
SInt32 | ybegin | |
SInt32 | yend | |
SInt32 | zbegin | |
SInt32 | zend | |
SInt32 | chbegin | |
SInt32 | chend |
Methods¶
OpenImageROI | All ? () |
OpenImageROI ( in OpenImageROI other ) | |
OpenImageROI ( in SInt32 xbegin, in SInt32 xend, in SInt32 ybegin, in SInt32 yend ) | |
OpenImageROI ( in SInt32 xbegin, in SInt32 xend, in SInt32 ybegin, in SInt32 yend, in SInt32 zbegin, in SInt32 zend, in SInt32 chbegin, in SInt32 chend ) | |
OpenImageROI () | |
OpenImageROI | clone ? () |
Boolean | defined ? () |
SInt32 | depth ? () |
SInt32 | height ? () |
SInt32 | nchannels ? () |
UInt64 | npixels ? () |
SInt32 | width ? () |