|
OpenShot Library | libopenshot
0.7.0
|
#include <CVObjectMask.h>
Public Member Functions | |
| bool | HasPositivePrompt () const |
Public Attributes | |
| std::vector< cv::Point2f > | negativePoints |
| std::vector< cv::Rect_< float > > | negativeRects |
| std::vector< cv::Point2f > | positivePoints |
| std::vector< cv::Rect_< float > > | positiveRects |
Definition at line 45 of file CVObjectMask.h.
|
inline |
Definition at line 51 of file CVObjectMask.h.
Referenced by openshot::CVObjectMask::maskClip(), and openshot::CVObjectMask::SetJsonValue().
| std::vector<cv::Point2f> openshot::CVObjectMaskPromptSet::negativePoints |
Definition at line 47 of file CVObjectMask.h.
Referenced by openshot::CVObjectMask::SetJsonValue().
| std::vector<cv::Rect_<float> > openshot::CVObjectMaskPromptSet::negativeRects |
Definition at line 49 of file CVObjectMask.h.
| std::vector<cv::Point2f> openshot::CVObjectMaskPromptSet::positivePoints |
Definition at line 46 of file CVObjectMask.h.
Referenced by HasPositivePrompt(), and openshot::CVObjectMask::SetJsonValue().
| std::vector<cv::Rect_<float> > openshot::CVObjectMaskPromptSet::positiveRects |
Definition at line 48 of file CVObjectMask.h.
Referenced by HasPositivePrompt(), and openshot::CVObjectMask::SetJsonValue().
1.8.17