aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/IArray.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/IArray.h')
-rw-r--r--arm_compute/core/IArray.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/core/IArray.h b/arm_compute/core/IArray.h
index 2ed56100cf..8f84bb182a 100644
--- a/arm_compute/core/IArray.h
+++ b/arm_compute/core/IArray.h
@@ -34,6 +34,7 @@ class KeyPoint;
class Coordinates2D;
class DetectionWindow;
class Size2D;
+class ROI;
/** Array of type T */
template <class T>
@@ -137,6 +138,7 @@ private:
};
using IKeyPointArray = IArray<KeyPoint>;
using ICoordinates2DArray = IArray<Coordinates2D>;
+using IROIArray = IArray<ROI>;
using IDetectionWindowArray = IArray<DetectionWindow>;
using ISize2DArray = IArray<Size2D>;
using IUInt8Array = IArray<uint8_t>;