派生自 development/c++

miyanhui
2019-02-13 bc66b495f7a38886d481bd75a578e435df53e1e8
QiaoJiaSystem/StructureApp/PerimeterElement.h
@@ -62,7 +62,7 @@
    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();
@@ -87,6 +87,7 @@
   bool m_bIsMask;
   std::vector<Point> poly1;
   bool m_bSetWH;
   cv::Point2i* pointArray;
};