|
OpenShot Library | libopenshot
0.7.0
|
#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, std::vector< openshot::ObjectMaskData > _masks={}) | |
Public Attributes | |
| std::vector< cv::Rect_< float > > | boxes |
| std::vector< int > | classIds |
| std::vector< float > | confidences |
| size_t | frameId |
| std::vector< openshot::ObjectMaskData > | masks |
| std::vector< int > | objectIds |
Definition at line 32 of file ObjectDetection.h.
|
inline |
Definition at line 33 of file ObjectDetection.h.
|
inline |
Definition at line 34 of file ObjectDetection.h.
| std::vector<cv::Rect_<float> > DetectionData::boxes |
Definition at line 52 of file ObjectDetection.h.
Referenced by openshot::ObjectDetection::GetFrame(), openshot::ObjectDetection::GetVisibleObjects(), and openshot::ObjectDetection::TrackedObjectMask().
| std::vector<int> DetectionData::classIds |
Definition at line 50 of file ObjectDetection.h.
Referenced by openshot::ObjectDetection::GetFrame(), openshot::ObjectDetection::GetVisibleObjects(), and openshot::ObjectDetection::TrackedObjectMask().
| std::vector<float> DetectionData::confidences |
Definition at line 51 of file ObjectDetection.h.
Referenced by openshot::ObjectDetection::GetFrame(), openshot::ObjectDetection::GetVisibleObjects(), and openshot::ObjectDetection::TrackedObjectMask().
| size_t DetectionData::frameId |
Definition at line 49 of file ObjectDetection.h.
| std::vector<openshot::ObjectMaskData> DetectionData::masks |
Definition at line 54 of file ObjectDetection.h.
| std::vector<int> DetectionData::objectIds |
Definition at line 53 of file ObjectDetection.h.
Referenced by openshot::ObjectDetection::GetFrame(), openshot::ObjectDetection::GetVisibleObjects(), and openshot::ObjectDetection::TrackedObjectMask().
1.8.17