Subversion Repositories seema-scanner

Rev

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

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