zhangjixing
2019-01-24 f676f7af18163b4532b6b982bbe1dc57b32e96dd
QiaoJiaSystem/StructureApp/PerimeterElement.h
@@ -11,6 +11,7 @@
#include <basic/util/fastdfs/FastFds.hpp>
#include "DBStruct.h"
#include <basic/db/Elasticsearch/EsDBTool.h>
#include "IntAreaCalcUtil.h"
class PerimeterElement : public basic::PipeElement
{
public:
@@ -81,8 +82,13 @@
    EsDBTool* pManagerEsDB;
   int npts;
   vector<cv::Rect> m_recVec;
    int npts;
   std::vector<cv::Rect> m_recVec;
   bool m_bIsMask;
   std::vector<Point> poly1;
   cv::Point2i* pointArray;
};
#endif // PAELEMENT_H