派生自 development/c++

zhangjixing
2019-01-15 abd9036f024a77d22b47a108bc88b27b9732e3c5
QiaoJiaSystem/StructureApp/PerimeterElement.h
@@ -65,6 +65,7 @@
    void setMask(std::string mask);
    bool isInWeek(const std::vector<LActRuleWeekRecord>& ruleWeek);
    cv::Rect CutMask();
    bool isAnd();
private:
    cv::Mat image;
    //cv::Mat mask;
@@ -83,6 +84,8 @@
   int npts;
   vector<cv::Rect> m_recVec;
   bool m_bIsMask;
};
#endif // PAELEMENT_H