Subversion Repositories seema-scanner

Rev

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

Rev 31 Rev 42
Line 42... Line 42...
42
 
42
 
43
        cv::Matx33f E; // essential matrix
43
        cv::Matx33f E; // essential matrix
44
        cv::Matx33f F; // fundamental matrix
44
        cv::Matx33f F; // fundamental matrix
45
 
45
 
46
        void print();
46
        void print();
-
 
47
        void exportToXML(QString fileName);
47
};
48
};
48
 
49
 
49
QDataStream& operator>>(QDataStream& in, SMCalibrationParameters& data);
50
QDataStream& operator>>(QDataStream& in, SMCalibrationParameters& data);
50
QDataStream& operator<<(QDataStream& out, const SMCalibrationParameters& data);
51
QDataStream& operator<<(QDataStream& out, const SMCalibrationParameters& data);
51
 
52