From f676f7af18163b4532b6b982bbe1dc57b32e96dd Mon Sep 17 00:00:00 2001 From: zhangjixing <775834166@qq.com> Date: 星期四, 24 一月 2019 15:38:22 +0800 Subject: [PATCH] --- QiaoJiaSystem/StructureApp/PerStaticElement.h | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/PerStaticElement.h b/QiaoJiaSystem/StructureApp/PerStaticElement.h index d6c21a7..fb55313 100644 --- a/QiaoJiaSystem/StructureApp/PerStaticElement.h +++ b/QiaoJiaSystem/StructureApp/PerStaticElement.h @@ -79,6 +79,9 @@ std::vector<ScoredRect> m_lastScoreRect; unsigned long long m_lTime; EsDBTool* pManagerEsDB; + bool m_bIsMask; + cv::Point2i* pointArray; + int npts; }; #endif // PAELEMENT_H -- Gitblit v1.8.0