Subversion Repositories seema-scanner

Rev

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

Rev 42 Rev 70
Line 30... Line 30...
30
    private:
30
    private:
31
        void triangulate(std::vector<cv::Point2f>& q0, std::vector<cv::Point2f>& q1, std::vector<cv::Point3f> &Q);
31
        void triangulate(std::vector<cv::Point2f>& q0, std::vector<cv::Point2f>& q1, std::vector<cv::Point3f> &Q);
32
 
32
 
33
    private:
33
    private:
34
        SMCalibrationParameters calibration;
34
        SMCalibrationParameters calibration;
35
        CodingDir dir;
-
 
36
        QTime time;
35
        QTime time;
37
        Algorithm *algorithm;
36
        Algorithm *algorithm;
38
        cv::Mat lensMap0Horz, lensMap0Vert, lensMap1Horz, lensMap1Vert;
37
        cv::Mat lensMap0Horz, lensMap0Vert, lensMap1Horz, lensMap1Vert;
39
};
38
};
40
 
39