From e0c168367aeb820fc71721bae6f4965d24ff5a75 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Sun, 19 Nov 2023 09:49:36 -0500 Subject: [PATCH] Fix ROI acronym explanation --- LEGO1/realtime/roi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LEGO1/realtime/roi.h b/LEGO1/realtime/roi.h index 6f2d1339..66c17a84 100644 --- a/LEGO1/realtime/roi.h +++ b/LEGO1/realtime/roi.h @@ -1,7 +1,7 @@ #ifndef ROI_H #define ROI_H -// ROI stands for Region of Interest. +// ROI stands for Real-time Object Instance. #include "../compat.h" #include "../mxstl.h"