Fix ROI acronym explanation

This commit is contained in:
Christian Semmler
2023-11-19 09:49:36 -05:00
committed by GitHub
parent 7fc1f8019f
commit e0c168367a

View File

@@ -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"