OpenShot Library | libopenshot
0.2.6
|
#include <effects/ObjectDetection.h>
Public Member Functions | |
DetectionData () | |
DetectionData (std::vector< int > _classIds, std::vector< float > _confidences, std::vector< cv::Rect_< float >> _boxes, size_t _frameId, std::vector< int > _objectIds) | |
Public Attributes | |
std::vector< cv::Rect_< float > > | boxes |
std::vector< int > | classIds |
std::vector< float > | confidences |
size_t | frameId |
std::vector< int > | objectIds |
Definition at line 47 of file ObjectDetection.h.
|
inline |
Definition at line 48 of file ObjectDetection.h.
|
inline |
Definition at line 49 of file ObjectDetection.h.
std::vector<cv::Rect_<float> > DetectionData::boxes |
Definition at line 65 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().
std::vector<int> DetectionData::classIds |
Definition at line 63 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().
std::vector<float> DetectionData::confidences |
Definition at line 64 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().
size_t DetectionData::frameId |
Definition at line 62 of file ObjectDetection.h.
Referenced by DetectionData().
std::vector<int> DetectionData::objectIds |
Definition at line 66 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().