派生自 development/c++

miyanhui
2019-02-12 64d6eba32fc4e099e682604ba6e8d32c7950b52f
QiaoJiaSystem/StructureApp/PerimeterElement.h
@@ -62,11 +62,10 @@
    std::string uploadImgToFdfs(cv::Mat& image);
    bool saveInfoToEs(const std::string& imgUrl,const std::string& time);
    bool saveInfoToEs(const std::string& imgUrl,const std::string& time,const std::string& imgKey);
    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,13 @@
    EsDBTool* pManagerEsDB;
   int npts;
    int npts;
   std::vector<cv::Rect> m_recVec;
   bool m_bIsMask;
   std::vector<Point> poly1;
   bool m_bSetWH;
   cv::Point2i* pointArray;
};