|
OpenShot Library | libopenshot
0.7.0
|
#include <CVObjectDetection.h>
Public Member Functions | |
| bool | HasData () const |
Public Attributes | |
| int | height = 0 |
| std::vector< uint32_t > | rle |
| int | width = 0 |
Definition at line 36 of file CVObjectDetection.h.
|
inline |
Definition at line 41 of file CVObjectDetection.h.
| int openshot::CVObjectMaskData::height = 0 |
Definition at line 38 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::_LoadObjDetectdData(), and HasData().
| std::vector<uint32_t> openshot::CVObjectMaskData::rle |
Definition at line 39 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::_LoadObjDetectdData(), and HasData().
| int openshot::CVObjectMaskData::width = 0 |
Definition at line 37 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::_LoadObjDetectdData(), and HasData().
1.8.17