派生自 development/c++

miyanhui
2019-02-13 bc66b495f7a38886d481bd75a578e435df53e1e8
QiaoJiaSystem/StructureApp/JudgmentRetrogradeTool.h
@@ -1,4 +1,4 @@
//
//
// Created by basic on 18-8-24.
//
@@ -74,6 +74,8 @@
    void setImage(const cv::Mat &value);
private:
    bool setMask(QString area, QString line);
    void setPerPoint(const long &, cv::Point2f);
    void setPerRect(const long &, cv::Rect rect);
@@ -141,6 +143,9 @@
    cv::Point2i* pointArray;
    int npts;
    QString m_area;
    QString m_line;
    bool m_bSetWH;
};