From abd9036f024a77d22b47a108bc88b27b9732e3c5 Mon Sep 17 00:00:00 2001
From: zhangjixing <775834166@qq.com>
Date: 星期二, 15 一月 2019 17:27:27 +0800
Subject: [PATCH] 

---
 QiaoJiaSystem/StructureApp/PerimeterElement.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/QiaoJiaSystem/StructureApp/PerimeterElement.h b/QiaoJiaSystem/StructureApp/PerimeterElement.h
index 685677e..b7a4dfd 100644
--- a/QiaoJiaSystem/StructureApp/PerimeterElement.h
+++ b/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

--
Gitblit v1.8.0