Namespace: Rx – Class: CRxImageFormat – Header: Rx.Core.Ex/RxImageFormat.h

CRxImageFormat::m_piROI Variable

C++
TInt4 m_piROI

If this image format describes an image that is taken from a ROI of a larger area (e.g. a camera sensor), these 4 values describe the ROI:

  • (ROI[0], ROI[1]) is the pixel offset from the top left corner of the larger area to the top left corner of the image.
  • (ROI[2], ROI[3]) is the pixel offset from the bottom right corner of the larger area to the bottom right corner of the image.