compilation for windows

This commit is contained in:
Anatoly Baksheev 2013-09-06 18:43:14 +04:00
parent 07d55b05b3
commit eed7bf6902

View File

@ -275,7 +275,7 @@ cv::viz::InteractorStyle::OnKeyDown ()
std::cerr << Mat(clip, false).reshape(1, 1) << "/" << Mat(focal, false).reshape(1, 1) << "/" <<
Mat(pose, false).reshape(1, 1) << "/" << Mat(view, false).reshape(1, 1) << "/" <<
cam->GetViewAngle () / 180.0 * M_PI << "/" <<
cam->GetViewAngle () / 180.0 * CV_PI << "/" <<
Mat(win_size, false).reshape(1,1) << "/" << Mat(win_pos, false).reshape(1,1) << endl;
break;
}