Subversion Repositories seema-scanner

Rev

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

Rev 27 Rev 29
Line 17... Line 17...
17
        ~SMCalibrationWorker(){}
17
        ~SMCalibrationWorker(){}
18
    public slots:
18
    public slots:
19
        void performCalibration(std::vector< SMCalibrationSet > calibrationData);
19
        void performCalibration(std::vector< SMCalibrationSet > calibrationData);
20
    private slots:
20
    private slots:
21
    signals:
21
    signals:
22
        void newFrameResult(int idx, int camID, cv::Mat frameResult);
22
        void newFrameResult(int idx, int camID, bool success, cv::Mat frameResult);
23
        void newSetProcessed(int idx);
23
        void newSetProcessed(int idx);
24
        void done();
24
        void done();
25
 
25
 
26
    private:
26
    private:
27
 
27