Skip to main content

sima_ev_roi_v1 Struct

Region-of-interest rectangle, in pixels. More...

Declaration

struct sima_ev_roi_v1 { ... }

Included Headers

#include <EvTensorAbi.h>

Public Member Attributes Index

int32_tx

Top-left X (pixels). More...

int32_ty

Top-left Y (pixels). More...

int32_twidth

ROI width (pixels). More...

int32_theight

ROI height (pixels). More...

Description

Region-of-interest rectangle, in pixels.

Definition at line 298 of file EvTensorAbi.h.

Public Member Attributes

height

int32_t sima_ev_roi_v1::height

ROI height (pixels).

Definition at line 302 of file EvTensorAbi.h.

302 int32_t height;

width

int32_t sima_ev_roi_v1::width

ROI width (pixels).

Definition at line 301 of file EvTensorAbi.h.

301 int32_t width;

x

int32_t sima_ev_roi_v1::x

Top-left X (pixels).

Definition at line 299 of file EvTensorAbi.h.

299 int32_t x;

y

int32_t sima_ev_roi_v1::y

Top-left Y (pixels).

Definition at line 300 of file EvTensorAbi.h.

300 int32_t y;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.