| | |
| | | |
| | | 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; |
| | |
| | | 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; |
| | | |
| | | }; |
| | | |