OpenShot Library | libopenshot
0.2.7
|
#include <CVTracker.h>
Public Member Functions | |
FrameData () | |
FrameData (size_t _frame_id) | |
FrameData (size_t _frame_id, float _rotation, float _x1, float _y1, float _x2, float _y2) | |
Public Attributes | |
size_t | frame_id = -1 |
float | rotation = 0 |
float | x1 = -1 |
float | x2 = -1 |
float | y1 = -1 |
float | y2 = -1 |
Definition at line 59 of file CVTracker.h.
|
inline |
Definition at line 68 of file CVTracker.h.
|
inline |
Definition at line 71 of file CVTracker.h.
|
inline |
Definition at line 74 of file CVTracker.h.
size_t openshot::FrameData::frame_id = -1 |
Definition at line 60 of file CVTracker.h.
Referenced by openshot::CVTracker::AddFrameDataToProto(), and FrameData().
float openshot::FrameData::rotation = 0 |
Definition at line 61 of file CVTracker.h.
Referenced by FrameData().
float openshot::FrameData::x1 = -1 |
Definition at line 62 of file CVTracker.h.
Referenced by openshot::CVTracker::AddFrameDataToProto(), and FrameData().
float openshot::FrameData::x2 = -1 |
Definition at line 64 of file CVTracker.h.
Referenced by openshot::CVTracker::AddFrameDataToProto(), and FrameData().
float openshot::FrameData::y1 = -1 |
Definition at line 63 of file CVTracker.h.
Referenced by openshot::CVTracker::AddFrameDataToProto(), and FrameData().
float openshot::FrameData::y2 = -1 |
Definition at line 65 of file CVTracker.h.
Referenced by openshot::CVTracker::AddFrameDataToProto(), and FrameData().