| 
    OpenShot Library | libopenshot
    0.4.0
    
   | 
 
#include <CVObjectDetection.h>
Public Member Functions | |
| CVDetectionData () | |
| CVDetectionData (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 37 of file CVObjectDetection.h.
      
  | 
  inline | 
Definition at line 38 of file CVObjectDetection.h.
      
  | 
  inline | 
Definition at line 39 of file CVObjectDetection.h.
| std::vector<cv::Rect_<float> > openshot::CVDetectionData::boxes | 
Definition at line 55 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::AddFrameDataToProto(), and CVDetectionData().
| std::vector<int> openshot::CVDetectionData::classIds | 
Definition at line 53 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::AddFrameDataToProto(), and CVDetectionData().
| std::vector<float> openshot::CVDetectionData::confidences | 
Definition at line 54 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::AddFrameDataToProto(), and CVDetectionData().
| size_t openshot::CVDetectionData::frameId | 
Definition at line 52 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::AddFrameDataToProto(), and CVDetectionData().
| std::vector<int> openshot::CVDetectionData::objectIds | 
Definition at line 56 of file CVObjectDetection.h.
Referenced by openshot::CVObjectDetection::AddFrameDataToProto(), and CVDetectionData().
 1.8.17