QiaoJiaSystem/StructureApp/PerimeterElement.h
@@ -66,7 +66,6 @@ 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,12 +82,12 @@ EsDBTool* pManagerEsDB; int npts; int npts; std::vector<cv::Rect> m_recVec; bool m_bIsMask; std::vector<Point> poly1; cv::Point2i* pointArray; };