OpenShot Library | libopenshot  0.7.0
Public Member Functions | Public Attributes | List of all members
openshot::CVObjectMaskPromptSet Struct Reference

#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
 

Detailed Description

Definition at line 45 of file CVObjectMask.h.

Member Function Documentation

◆ HasPositivePrompt()

bool openshot::CVObjectMaskPromptSet::HasPositivePrompt ( ) const
inline

Member Data Documentation

◆ negativePoints

std::vector<cv::Point2f> openshot::CVObjectMaskPromptSet::negativePoints

Definition at line 47 of file CVObjectMask.h.

Referenced by openshot::CVObjectMask::SetJsonValue().

◆ negativeRects

std::vector<cv::Rect_<float> > openshot::CVObjectMaskPromptSet::negativeRects

Definition at line 49 of file CVObjectMask.h.

◆ positivePoints

std::vector<cv::Point2f> openshot::CVObjectMaskPromptSet::positivePoints

Definition at line 46 of file CVObjectMask.h.

Referenced by HasPositivePrompt(), and openshot::CVObjectMask::SetJsonValue().

◆ positiveRects

std::vector<cv::Rect_<float> > openshot::CVObjectMaskPromptSet::positiveRects

Definition at line 48 of file CVObjectMask.h.

Referenced by HasPositivePrompt(), and openshot::CVObjectMask::SetJsonValue().


The documentation for this struct was generated from the following file: