Subversion Repositories seema-scanner

Rev

Rev 25 | Rev 27 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25 Rev 26
Line 14... Line 14...
14
 
14
 
15
    public:
15
    public:
16
        explicit SMCalibrator(QObject *parent = 0){}
16
        explicit SMCalibrator(QObject *parent = 0){}
17
        ~SMCalibrator(){}
17
        ~SMCalibrator(){}
18
    public slots:
18
    public slots:
19
        void performCalibration(std::vector< CalibrationSet > calibrationData);
19
        void performCalibration(std::vector< CalibrationSet > &calibrationData);
20
    private slots:
20
    private slots:
21
    signals:
21
    signals:
22
        void newFrameProcessed(int idx);
22
        void newFrameProcessed(int idx);
23
        void done();
23
        void done();
24
 
24