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