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 | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/QiaoJiaSystem/StructureApp/PerStaticElement.h b/QiaoJiaSystem/StructureApp/PerStaticElement.h index edb88b8..fb55313 100644 --- a/QiaoJiaSystem/StructureApp/PerStaticElement.h +++ b/QiaoJiaSystem/StructureApp/PerStaticElement.h @@ -80,6 +80,8 @@ unsigned long long m_lTime; EsDBTool* pManagerEsDB; bool m_bIsMask; + cv::Point2i* pointArray; + int npts; }; #endif // PAELEMENT_H -- Gitblit v1.8.0