Subversion Repositories seema-scanner

Rev

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

Rev 33 Rev 34
Line 159... Line 159...
159
        std::cout << "Tr[i]" << Tr[i] << std::endl;
159
        std::cout << "Tr[i]" << Tr[i] << std::endl;
160
        std::cout << std::endl;
160
        std::cout << std::endl;
161
    }
161
    }
162
 
162
 
163
    // determine the transformation from rotation stage to camera 0
163
    // determine the transformation from rotation stage to camera 0
164
    cvtools::fitSixDofData(Rr, Tr, Rc, Tc, cal.Rr, cal.Tr);
164
    cvtools::handEyeCalibrationTsai(Rr, Tr, Rc, Tc, cal.Rr, cal.Tr);
165
 
165
 
166
    for(int i=0; i<Rc.size(); i++){
166
    for(int i=0; i<Rc.size(); i++){
167
 
167
 
168
//        cv::Matx33f a = cal.Rr*Rc[i];
168
//        cv::Matx33f a = cal.Rr*Rc[i];
169
//        cv::Matx33f b = Rr[i];
169
//        cv::Matx33f b = Rr[i];