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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"