OpenShot Library | libopenshot  0.7.0
Public Member Functions | Public Attributes | List of all members
openshot::ObjectMaskData Struct Reference

#include <TrackedObjectBBox.h>

Public Member Functions

bool HasData () const
 

Public Attributes

int height = 0
 
std::vector< uint32_t > rle
 
int width = 0
 

Detailed Description

Definition at line 27 of file TrackedObjectBBox.h.

Member Function Documentation

◆ HasData()

bool openshot::ObjectMaskData::HasData ( ) const
inline

Member Data Documentation

◆ height

int openshot::ObjectMaskData::height = 0

Definition at line 30 of file TrackedObjectBBox.h.

Referenced by HasData(), and openshot::ObjectDetection::LoadObjDetectdData().

◆ rle

std::vector<uint32_t> openshot::ObjectMaskData::rle

Definition at line 31 of file TrackedObjectBBox.h.

Referenced by HasData(), and openshot::ObjectDetection::LoadObjDetectdData().

◆ width

int openshot::ObjectMaskData::width = 0

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