PreprocessRoi Struct
One runtime ROI window consumed by preprocessing. More...
Declaration
Included Headers
Public Member Attributes Index
| int | batch_index = 0 |
|
Source image index inside the incoming image batch. More... | |
| int | x = 0 |
|
ROI left coordinate in source-frame pixels. More... | |
| int | y = 0 |
|
ROI top coordinate in source-frame pixels. More... | |
| int | width = 0 |
|
ROI width in pixels; must be positive when active. More... | |
| int | height = 0 |
|
ROI height in pixels; must be positive when active. More... | |
Description
One runtime ROI window consumed by preprocessing.
batch_index selects the source image inside the incoming image batch. x/y are signed so callers can request windows that partly fall outside the source image; preprocess pads those out-of-frame pixels.
Definition at line 289 of file TensorCore.h.
Public Member Attributes
batch_index
|
Source image index inside the incoming image batch.
Definition at line 290 of file TensorCore.h.
height
|
ROI height in pixels; must be positive when active.
Definition at line 294 of file TensorCore.h.
width
|
ROI width in pixels; must be positive when active.
Definition at line 293 of file TensorCore.h.
x
|
ROI left coordinate in source-frame pixels.
Definition at line 291 of file TensorCore.h.
y
|
ROI top coordinate in source-frame pixels.
Definition at line 292 of file TensorCore.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.