ImageEn, unit ievision

TIEVisionRotatedRect

TIEVisionRotatedRect

Declaration

TIEVisionRotatedRect = packed record
  center: TIEVisionPoint2f;  // mass center of the rectangle
  size:   TIEVisionSize2f;   // size
  angle:  Single;                // rotation angle in degrees
end;


Note: You can use IEVisionRect to convert a TIEVisionRotatedRect to a TIEVisionRect