RoiBoxVector

Description

Vector class of the RoiBox, which implements common vector operations.

Structure Definition

The structure is generated by SWIG, and only some service-related APIs are displayed. For details, see StreamManagerApi.py.

1
2
3
4
5
6
7
8
class RoiBoxVector:
    def push_back(self, x):
        pass
    def pop_back(self):
        pass
    def pop(self):
        pass
    ...