| OpenShot Library | libopenshot
    0.4.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) | |
| 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 27 of file ObjectDetection.h.
| 
 | inline | 
Definition at line 28 of file ObjectDetection.h.
| 
 | inline | 
Definition at line 29 of file ObjectDetection.h.
| std::vector<cv::Rect_<float> > DetectionData::boxes | 
Definition at line 45 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().
| std::vector<int> DetectionData::classIds | 
Definition at line 43 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().
| std::vector<float> DetectionData::confidences | 
Definition at line 44 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().
| size_t DetectionData::frameId | 
Definition at line 42 of file ObjectDetection.h.
Referenced by DetectionData().
| std::vector<int> DetectionData::objectIds | 
Definition at line 46 of file ObjectDetection.h.
Referenced by DetectionData(), openshot::ObjectDetection::GetFrame(), and openshot::ObjectDetection::GetVisibleObjects().
 1.8.17
 1.8.17