Namespace: Rx.Net – Class: ImageFormat – Assembly: Rx.Net.Mixed

ImageFormat.ROI Property

C#
public int[] ROI { get; }

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.