This page relates to OpenVINO 2023.3 (LTS). Go to the latest documentation for up-to-date information.
This structure describes ROI data for image-like tensors.
Public Functions
Creates a ROI objects with given parameters.
id – ID of a ROI (offset over batch dimension)
posX – W upper left coordinate of ROI
posY – H upper left coordinate of ROI
sizeX – W size of ROI
sizeY – H size of ROI
Public Members
ID of a ROI (offset over batch dimension)
W upper left coordinate of ROI.
H upper left coordinate of ROI.
W size of ROI.
H size of ROI.